mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
erik 153363a320 Code cleanup.
More gradle integration.
Implemented random quote via iheartquotes.com
Implemented war game.
2014-04-24 06:07:45 -07:00
ant Added the ability for the bot to identify itself with NICKSERV. 2005-12-29 10:08:22 +00:00
gradle/wrapper Moved to gradle build system. 2014-04-19 21:16:53 -07:00
licenses Code cleanup. 2014-04-24 06:07:45 -07:00
properties Moved to gradle build system. 2014-04-19 21:16:53 -07:00
src/main/java/net/thauvin/erik/mobibot Code cleanup. 2014-04-24 06:07:45 -07:00
website Code cleanup. 2014-04-24 06:07:45 -07:00
.gitignore Code cleanup. 2014-04-24 06:07:45 -07:00
build.gradle Code cleanup. 2014-04-24 06:07:45 -07:00
buildnum.properties Code cleanup. 2014-04-24 06:07:45 -07:00
gradlew Moved to gradle build system. 2014-04-19 21:16:53 -07:00
gradlew.bat Moved to gradle build system. 2014-04-19 21:16:53 -07:00
mobibot.iml Code cleanup. 2014-04-24 06:07:45 -07:00
mobibot.ipr Code cleanup. 2014-04-24 06:07:45 -07:00
mobibot.iws Code cleanup. 2014-04-24 06:07:45 -07:00
README.txt Code cleanup. 2014-04-24 06:07:45 -07:00
settings.gradle Moved to gradle build system. 2014-04-19 21:16:53 -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 &