Skip to content

PTOM76/PukiBot-Java

Repository files navigation

PukiBot Java

PukiWikiのボット作成用のライブラリです。
PukiWiki側にはbotプラグイン(bot.inc.php)が必要となります。

bot.inc.php

https://github.com/PTOM76/PukiWiki-Plugins/blob/main/bot.inc.php

repositories

  • build.gradle
    maven { url "https://maven.pkg.github.com/PTOM76/maven" }
  • pom.xml
        <repository>
          <id>github</id>
          <url>https://maven.pkg.github.com/OWNER/REPOSITORY</url>
          <snapshots>
            <enabled>true</enabled>
          </snapshots>
        </repository>

dependencies

  • build.gradle
    implementation "net.pitan76:pukibot:1.0.0"
  • pom.xml
<dependency>
  <groupId>net.pitan76</groupId>
  <artifactId>pukibot</artifactId>
  <version>1.0.0</version>
</dependency>

About

PukiBot Java - PukiWiki's Bot Framework/Module built in Java language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages