mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2017-10-29 22:11:30 -07:00
.circleci Cleanup. 2017-10-29 22:11:30 -07:00
.idea/modules Added circleci configuration. 2017-05-31 00:23:40 -07:00
gradle/wrapper Gradle & Kobalt updates. 2017-10-29 10:16:29 -07:00
kobalt log4J, rome, okhttp3, json, testng updates. 2017-10-29 10:17:27 -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 Beta 30 2017-10-29 10:17:50 -07:00
website Swapped Delicious ref with Pinboard. 2017-05-31 00:23:09 -07:00
.gitattributes Updated to Kobalt 1.0.45 2017-04-02 18:12:00 -07:00
.gitignore Added debug.log. 2017-10-29 10:18:03 -07:00
.travis.yml Added Java 9. 2017-10-29 10:33:42 -07:00
build.gradle log4J, rome, okhttp3, json, testng updates. 2017-10-29 10:17:27 -07:00
gradlew Made Gradle wrapper executable via: git update-index --chmod=+x gradlew 2017-10-29 18:44:04 -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 Kobalt 1.0.87 update. 2017-05-31 11:00:08 -07:00
README.md Added circleci configuration. 2017-05-31 00:23:40 -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 Beta 30 2017-10-29 10:17:50 -07:00

License (3-Clause BSD) 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 &