mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2017-04-02 18:12:00 -07:00
.idea/modules Updated to Kobalt 1.0.45 2017-04-02 18:12:00 -07:00
gradle/wrapper Updated libraries. 2016-06-25 12:37:51 -07:00
kobalt Updated to Kobalt 1.0.45 2017-04-02 18:12:00 -07:00
licenses Updated licenses. 2016-07-02 20:40:52 -07:00
properties Updated to new SwingWorker. 2016-07-16 00:54:47 -07:00
src More javadoc improvements. 2016-07-18 19:34:23 -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
build.gradle Finished convertion to java.time 2016-07-17 14:11:13 -07:00
gradlew Added semantic version annotations. 2016-01-25 16:59:36 -08:00
gradlew.bat Moved to gradle build system. 2014-04-19 21:16:53 -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 Updated to new SwingWorker. 2016-07-16 00:54:47 -07:00
README.txt Code formmating, tabs to spaces, etc. 2016-07-16 18:15:14 -07:00
settings.gradle Moved to gradle build system. 2014-04-19 21:16:53 -07:00
version.properties Finished convertion to java.time 2016-07-17 14:11:13 -07:00
version.vm Finished convertion to java.time 2016-07-17 14:11:13 -07:00

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 &