mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2015-11-09 00:39:11 -08:00
ant Added the ability for the bot to identify itself with NICKSERV. 2005-12-29 10:08:22 +00:00
gradle/wrapper Updated to exp4j v0.4.5. 2015-10-26 14:40:41 -07:00
licenses Messages are now sent when people join, change nick or talk on the channel. 2014-04-29 06:44:21 -07:00
properties Implemented Entries manager. 2014-04-28 19:41:31 -07:00
src/main/java/net/thauvin/erik/mobibot Fixed typos. 2015-11-09 00:39:11 -08:00
website Updated website for 0.6.0 release. 2015-10-26 23:17:20 -07:00
.gitignore Fixed .gitignore 2015-10-22 16:02:52 -07:00
build.gradle Updated to exp4j v0.4.5. 2015-10-26 14:40:41 -07:00
buildnum.properties Updated to exp4j v0.4.5. 2015-10-26 14:40:41 -07:00
gradlew Updated to exp4j v0.4.5. 2015-10-26 14:40:41 -07:00
gradlew.bat Moved to gradle build system. 2014-04-19 21:16:53 -07:00
mobibot.iml Updated to exp4j v0.4.5. 2015-10-26 14:40:41 -07:00
mobibot.ipr Fixed typos. 2015-11-09 00:39:11 -08:00
README.txt Fixed .gitignore 2015-10-22 16:02:52 -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 &