mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2005-08-09 04:53:30 +00:00
ant Rome is now used to create and read the various feed. 2004-09-28 01:36:34 +00:00
lib Updated to delicious 1.7 2005-08-09 04:53:30 +00:00
licenses Added delicious-java license. 2005-03-05 21:52:19 +00:00
src/net/thauvin/erik/mobibot Updated to commons-httpclient 3.0rc2 2005-05-11 09:05:37 +00:00
website Added delicious-java license. 2005-03-05 21:52:19 +00:00
.cvsignore Rome is now used to create and read the various feed. 2004-09-28 01:36:34 +00:00
build.properties Added support for del.icio.us 2005-03-05 21:40:28 +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 to commons-httpclient 3.0rc2 2005-05-11 09:05:37 +00:00
ChangeLog.txt Updated ChangeLog. 2005-03-06 16:30:45 +00:00
mobibot.fb Updated locations. 2005-05-05 19:47:29 +00:00
mobibot.iml Updated to commons-httpclient 3.0rc2 2005-05-11 09:05:37 +00:00
mobibot.ipr Updated to commons-httpclient 3.0rc2 2005-05-11 09:05:37 +00:00
mobibot.iws Updated to commons-httpclient 3.0rc2 2005-05-11 09:05:37 +00: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 &