mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2020-03-30 18:00:57 -07:00
.circleci Updated to jdk 9 & 14, maybe. 2020-03-28 17:29:35 -07:00
.idea Updated dependencies. 2020-03-30 15:27:00 -07:00
config detekt & spotbugs cleanup. 2020-03-28 13:17:07 -07:00
gradle/wrapper Trying openjdk14 and oraclejdk9. 2020-03-28 17:39:52 -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 tags keywords. 2020-03-25 00:19:52 -07:00
src Using StringUtils upper/lowerCase(). 2020-03-30 18:00:57 -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 Trying openjdk14 and oraclejdk9. 2020-03-28 17:39:52 -07:00
build.gradle Updated dependencies. 2020-03-30 15:27:00 -07:00
detekt-baseline.xml Updated tests. 2020-03-30 15:42:07 -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 Removed complexity (detekt) 2020-03-29 00:44:10 -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 &