Code cleanup.

More gradle integration.
Implemented random quote via iheartquotes.com
Implemented war game.
This commit is contained in:
Erik C. Thauvin 2014-04-24 06:07:45 -07:00
parent 5858e12b1a
commit 153363a320
23 changed files with 1408 additions and 1004 deletions

View file

@ -1,6 +1,12 @@
Some very basic instructions:
./gradlew deploy
{ clone with git or download the ZIP}
git clone git://github.com/ethauvin/mobibot.git
cd mobibot
{ build with gradle }
./gradlew
cd deploy
@ -9,7 +15,9 @@ Some very basic instructions:
{ 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 &