mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2019-05-27 00:08:52 -07:00
.circleci Don't increase build meta on CIs. 2019-04-07 01:05:26 -07:00
.idea Version 0.7.3-beta+450 2019-05-27 00:08:52 -07:00
config Code cleanup. 2019-05-27 00:08:05 -07:00
gradle/wrapper Added PMD. 2019-04-27 03:08:49 -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 Version 0.7.3-beta+450 2019-05-27 00:08:52 -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 Cleanup. 2019-04-19 21:02:54 -07:00
.travis.yml Don't increase build meta on CIs. 2019-04-07 01:05:26 -07:00
build.gradle Dependencies update. 2019-05-27 00:08:21 -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 Version 0.7.3-beta+450 2019-05-27 00:08:52 -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 Fixed badges. 2018-06-18 19:27:32 -07:00
settings.gradle Updated dependencies. 2018-06-25 13:43:40 -07:00
version.mustache Added PMD. 2019-04-27 03:08:49 -07:00
version.properties Version 0.7.3-beta+450 2019-05-27 00:08:52 -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 &