mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2019-04-01 22:09:52 -07:00
.circleci Removed JDK9 and JDK10, added JDK12. 2019-04-01 18:45:43 -07:00
.idea/modules Updated deps. 2018-10-31 15:46:08 -07:00
config/spotbugs Fix for CIs. 2018-07-14 16:16:22 -07:00
gradle/wrapper Updated wrapper. 2019-04-01 22:09:52 -07:00
kobalt Updated deps. 2018-10-31 15:46:08 -07:00
lib Added OpenWeatherMap weather module. 2017-04-02 18:13:10 -07:00
licenses Updated licenses. 2017-05-19 09:49:05 -07:00
properties Removed blank line. 2017-05-31 10:59:32 -07:00
src sonarcloud code improvements. 2019-04-01 21:59:23 -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 Added vcs. 2018-07-07 23:37:01 -07:00
.travis.yml Changed to openjdk12. 2019-04-01 22:07:34 -07:00
build.gradle Dependencies update. 2019-04-01 21:57:31 -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
kobaltw Added API end point for Delicious. 2017-05-15 21:45:26 -07:00
kobaltw.bat Updated to Kobalt 1.0.45 2017-04-02 18:12:00 -07:00
LICENCE.txt Updated copyright. 2018-01-16 17:37:59 -08:00
mobibot.ipr Updated deps. 2018-10-31 15:46:08 -07:00
pom.xml Dependencies updates. 2018-01-16 17:39:20 -08: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
sonar-project.properties sonarcloud code improvements. 2019-04-01 21:59:23 -07:00
version.mustache Updated for semver 1.2.0. 2019-04-01 17:43:10 -07:00
version.properties Updated deps. 2018-10-31 15:46:08 -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 &