mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2017-05-31 10:59:32 -07:00
.idea/modules Added circleci configuration. 2017-05-31 00:23:40 -07:00
gradle/wrapper Gradle 3.5 update. 2017-05-10 12:20:03 -07:00
kobalt Added tests. 2017-05-31 00:21:54 -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 Added more tests. 2017-05-31 10:59:11 -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 Moved to Log4J 2. 2017-05-19 09:43:16 -07:00
.travis.yml Added TravisCI configuration. 2017-04-02 19:11:51 -07:00
build.gradle Added tests. 2017-05-31 00:21:54 -07:00
circle.yml Added circleci configuration. 2017-05-31 00:23:40 -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 Added circleci configuration. 2017-05-31 00:23:40 -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 Added circleci configuration. 2017-05-31 00:23:40 -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 &