mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2013-06-12 14:31:23 -07:00
ant Added the ability for the bot to identify itself with NICKSERV. 2005-12-29 10:08:22 +00:00
lib Updated Twitter4J for API 1.1 support. 2013-06-12 14:31:23 -07:00
licenses Automatically fetches the title of a URL submission if not already specified. 2012-07-06 02:03:03 -07:00
properties Removed Jaiku (defunct) support. 2010-09-15 10:37:01 +00:00
src/net/thauvin/erik/mobibot Updated Twitter4J for API 1.1 support. 2013-06-12 14:31:23 -07:00
website Added "Posted by" attribution in the feed's entry description. 2010-09-17 08:56:43 +00:00
.cvsignore Automatically fetches the title of a URL submission if not already specified. 2012-07-06 02:03:03 -07:00
.gitignore Added ignore file for Git. 2012-05-11 21:59:47 -07:00
build.properties Removed Jaiku (defunct) support. 2010-09-15 10:37:01 +00:00
build.xml Rome is now used to create and read the various feed. 2004-09-28 01:36:34 +00:00
buildnum.properties Updated Twitter4J for API 1.1 support. 2013-06-12 14:31:23 -07:00
ChangeLog.txt Updated ChangeLog. 2005-11-08 23:03:52 +00:00
mobibot.fb Updated locations. 2005-05-05 19:47:29 +00:00
mobibot.iml Updated Twitter4J for API 1.1 support. 2013-06-12 14:31:23 -07:00
mobibot.ipr Updated Twitter4J for API 1.1 support. 2013-06-12 14:31:23 -07:00
mobibot.iws Updated Twitter4J for API 1.1 support. 2013-06-12 14:31:23 -07:00
README.txt The properties file can now be specified from the command line. 2004-02-24 13:09:13 +00:00

Some very basic instructions:

	ant jar
	
	mkdir run
	
	cp dist/mobibot.jar run
	cp -R lib run
	cp properties/*.properties run
	
	cd run
	
	mkdir logs

	{ configure the properties }
	vi *.properties
	
	{ help }
	java -jar mobibot.jar -h
	
	{ launch }
	/usr/bin/nohup java -jar mobibot.jar &