mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2017-05-17 17:38:14 -07:00
.idea/modules Implemented Pinboard.in integration. 2017-05-17 17:38:14 -07:00
gradle/wrapper Gradle 3.5 update. 2017-05-10 12:20:03 -07:00
kobalt Implemented Pinboard.in integration. 2017-05-17 17:38:14 -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 Implemented Pinboard.in integration. 2017-05-17 17:38:14 -07:00
src Implemented Pinboard.in integration. 2017-05-17 17:38:14 -07:00
website Updated website with new weather module. 2017-04-03 12:24:49 -07:00
.gitattributes Updated to Kobalt 1.0.45 2017-04-02 18:12:00 -07:00
.gitignore Added sublime project. 2017-05-10 12:17:45 -07:00
.travis.yml Added TravisCI configuration. 2017-04-02 19:11:51 -07:00
build.gradle Implemented Pinboard.in integration. 2017-05-17 17:38:14 -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 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
mobibot.ipr Implemented Pinboard.in integration. 2017-05-17 17:38:14 -07:00
README.md Changed clone URL to https. 2017-04-03 10:26:12 -07:00
settings.gradle Moved to gradle build system. 2014-04-19 21:16:53 -07:00
version.mustache Updated to new semver template format. 2017-04-30 23:14:03 -07:00
version.properties Implemented Pinboard.in integration. 2017-05-17 17:38:14 -07:00

License (3-Clause BSD) Build Status

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

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