mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2020-03-23 05:53:11 -07:00
.circleci Update dependencies. 2020-02-10 23:00:23 -08:00
.idea Updaded dependencies. 2020-03-23 05:50:59 -07:00
config PMD fixes. 2020-02-10 23:46:37 -08:00
gradle/wrapper Updaded dependencies. 2020-03-23 05:50:59 -07:00
lib Added OpenWeatherMap weather module. 2017-04-02 18:13:10 -07:00
licenses Updated licenses. 2019-04-05 22:01:28 -07:00
properties Added twitter notification on join. 2019-04-19 21:02:01 -07:00
src Implemented Rock Paper Scissors module in Kotlin. 2020-03-23 05:53:11 -07:00
website Added more examples. 2019-09-13 16:32:12 -07:00
.editorconfig Misc. updates (whitespace, editorconfig, IDEA, etc.) 2018-07-13 01:09:09 -07:00
.gitattributes Updated to Kobalt 1.0.45 2017-04-02 18:12:00 -07:00
.gitignore Removed IDEA ipr. 2020-02-11 00:35:04 -08:00
.travis.yml Fixed CI issues. 2019-07-28 17:00:27 -07:00
build.gradle Updaded dependencies. 2020-03-23 05:50:59 -07:00
detekt-baseline.xml Updaded dependencies. 2020-03-23 05:50:59 -07:00
gradlew Updated wrapper. 2020-02-10 22:59:26 -08:00
gradlew.bat Updated dependencides for Java 14. 2020-03-18 15:25:41 -07:00
LICENSE.txt Implemented Rock Paper Scissors module in Kotlin. 2020-03-23 05:53:11 -07:00
mobibot.mustache Temporarily using mobibot.mustache to fix CI until Semver 1.2.0 is out. 2019-04-27 03:52:14 -07:00
README.md Updaded dependencies. 2020-03-23 05:50:59 -07:00
settings.gradle Update dependencies. 2020-02-10 23:00:23 -08:00
version.mustache Added PMD. 2019-04-27 03:08:49 -07:00
version.properties Implemented Rock Paper Scissors module in Kotlin. 2020-03-23 05:53:11 -07:00

License (3-Clause BSD) Known Vulnerabilities Build Status 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 &