mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2019-04-19 21:02:01 -07:00
.circleci Don't increase build meta on CIs. 2019-04-07 01:05:26 -07:00
.idea 0.7.3-beta+260 2019-04-10 00:20:10 -07:00
config Created tell and entries packages and Constants class. 2019-04-19 20:59:51 -07:00
gradle/wrapper Updated wrapper. 2019-04-01 22:09: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 twitter notification on join. 2019-04-19 21:02:01 -07:00
src Added twitter notification on join. 2019-04-19 21:02:01 -07:00
website Swapped Delicious ref with Pinboard. 2017-05-31 00:23:09 -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 Misc IDEA files updates. 2019-04-08 01:45:32 -07:00
.travis.yml Don't increase build meta on CIs. 2019-04-07 01:05:26 -07:00
build.gradle Dependencies update. 2019-04-17 00:23:46 -07:00
gradlew Updated wrapper. 2019-04-01 22:09:52 -07:00
gradlew.bat Updated wrapper. 2019-04-01 22:09:52 -07:00
LICENCE.txt Updated copryright. 2019-04-07 01:27:00 -07:00
mobibot.ipr Checkstyle fixes. 2019-04-17 00:23:02 -07:00
README.md Fixed badges. 2018-06-18 19:27:32 -07:00
settings.gradle Updated dependencies. 2018-06-25 13:43:40 -07:00
version.mustache Fixed missing semicolon. 2019-04-17 00:23:25 -07:00
version.properties 0.7.3-beta+26 2019-04-10 00:50:12 -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 &