mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2021-11-28 23:39:05 -08:00
.circleci Bumped CIs to Java 11 & 17. 2021-11-09 10:03:15 -08:00
.github/workflows Bumped CIs to Java 11 & 17. 2021-11-09 10:03:15 -08:00
.idea Upgraded to Kotlin 1.6.0. 2021-11-16 22:08:38 -08:00
config Reworked ModuleException. 2021-11-14 21:56:26 -08:00
gradle/wrapper Updated to Gradle 7.3. 2021-11-14 15:40:59 -08:00
lib Added OpenWeatherMap weather module. 2017-04-02 18:13:10 -07:00
licenses Updated copyright. 2021-04-26 22:17:54 -07:00
properties Moved to PircBotX and assertk. 2021-11-08 13:54:48 -08:00
src Added lastOrEmpty() extension function. 2021-11-28 23:39:05 -08:00
website Moved to irc.libera.chat. 2021-06-16 16:17:18 -07:00
.editorconfig Updated dependencies. 2021-07-06 17:08:41 -07:00
.gitattributes Updated to Kobalt 1.0.45 2017-04-02 18:12:00 -07:00
.gitignore Updated dependencies. 2021-07-06 17:08:41 -07:00
.gitlab-ci.yml Bumped CIs to Java 11 & 17. 2021-11-09 10:03:15 -08:00
bitbucket-pipelines.yml Bumped CIs to Java 11 & 17. 2021-11-09 10:03:15 -08:00
build.gradle Added more tests. 2021-11-17 08:05:45 -08:00
deploy.sh Updated dependencies. 2021-07-06 17:08:41 -07:00
gradlew Dependencies updates. Kotlin 1.5.30. 2021-08-24 18:56:33 -07:00
gradlew.bat Upgraded to Kotlin 1.4.0. 2020-08-17 14:30:24 -07:00
LICENSE.txt Updated copyright. 2021-04-26 22:17:54 -07:00
README.md Removed TravisCI. 2021-05-20 20:09:01 -07:00
settings.gradle Dependencies update. 2021-07-30 01:14:06 -07:00
version.mustache Renamed ReleaseInfo.mustache to version.mustache. 2021-04-29 19:59:32 -07:00
version.properties Reworked ModuleException. 2021-11-14 21:56:26 -08:00

License (3-Clause BSD) Known Vulnerabilities GitHub CI CircleCI

Some very basic instructions:

    { clone with git or download the ZIP }
    git clone https://github.com/ethauvin/mobibot.git

    cd mobibot

    { build with gradle }
    ./gradlew

    cd deploy

    { configure the properties }
    vi *.properties *.xml

    { help }
    java -jar mobibot.jar -h

    { twitter oauth token request }
    java -cp mobibot.jar net.thauvin.erik.mobibot.TwitterOAuth <consumerKey> <consumerSecret>

    { launch }
    /usr/bin/nohup java -jar mobibot.jar &