Code formmating, tabs to spaces, etc.

This commit is contained in:
Erik C. Thauvin 2016-07-16 18:15:14 -07:00
parent e90992a7f6
commit ad36c18124
29 changed files with 4375 additions and 5286 deletions

View file

@ -1,23 +1,23 @@
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
{ clone with git or download the ZIP }
git clone git://github.com/ethauvin/mobibot.git
cd mobibot
{ build with gradle }
./gradlew
cd deploy
cd deploy
{ configure the properties }
vi *.properties
{ help }
java -jar mobibot.jar -h
{ 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>
{ twitter oauth token request }
java -cp mobibot.jar net.thauvin.erik.mobibot.TwitterOAuth <consumerKey> <consumerSecret>
{ launch }
/usr/bin/nohup java -jar mobibot.jar &
{ launch }
/usr/bin/nohup java -jar mobibot.jar &