mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2017-04-02 23:20:25 -07:00
.idea/modules Updated to Kobalt 1.0.45 2017-04-02 18:12:00 -07:00
gradle/wrapper Upgrade Gradle wrapper 2017-04-02 19:23:58 -07:00
kobalt Updated to Kobalt 1.0.45 2017-04-02 18:12:00 -07:00
lib Added OpenWeatherMap weather module. 2017-04-02 18:13:10 -07:00
licenses Added OpenWeatherMap weather module. 2017-04-02 18:13:10 -07:00
properties Commented out OWM api key property. 2017-04-02 23:20:25 -07:00
src Improved weather help. 2017-04-02 20:15:22 -07:00
website Updated website for 0.6.0 release. 2015-10-26 23:17:20 -07:00
.gitattributes Updated to Kobalt 1.0.45 2017-04-02 18:12:00 -07:00
.gitignore Updated to Kobalt 1.0.45 2017-04-02 18:12:00 -07:00
.travis.yml Added TravisCI configuration. 2017-04-02 19:11:51 -07:00
build.gradle Spacing cleanup. 2017-04-02 23:19:19 -07:00
gradlew Upgrade Gradle wrapper 2017-04-02 19:23:58 -07:00
gradlew.bat Upgrade Gradle wrapper 2017-04-02 19:23:58 -07:00
kobaltw Updated to Kobalt 1.0.45 2017-04-02 18:12:00 -07:00
kobaltw.bat Updated to Kobalt 1.0.45 2017-04-02 18:12:00 -07:00
mobibot.ipr Added OpenWeatherMap weather module. 2017-04-02 18:13:10 -07:00
README.md Spacing cleanup. 2017-04-02 23:19:19 -07:00
settings.gradle Moved to gradle build system. 2014-04-19 21:16:53 -07:00
version.properties Improved weather help. 2017-04-02 20:15:22 -07:00
version.vm Finished convertion to java.time 2016-07-17 14:11:13 -07:00

License (3-Clause BSD) Build Status

Some very basic instructions:

    { clone with git or download the ZIP }
    git clone git://github.com/ethauvin/mobibot.git

    cd mobibot

    { build with gradle }
    ./gradlew

    cd deploy

    { configure the properties }
    vi *.properties

    { 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 &