mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
Erik C. Thauvin 2f11c58c62 Commons HTTPClinet 2.0.1 update.
Added automated backup for the data file.
2004-08-03 08:07:45 +00:00
lib Commons HTTPClinet 2.0.1 update. 2004-08-03 08:07:45 +00:00
licenses Initial import. 2004-02-17 04:04:30 +00:00
src/net/thauvin/erik/mobibot Commons HTTPClinet 2.0.1 update. 2004-08-03 08:07:45 +00:00
website Added reference to Commons CLI. 2004-02-24 12:58:02 +00:00
.cvsignore Ignore all serial files. 2004-03-10 17:05:58 +00:00
build.properties Initial import. 2004-02-17 04:04:30 +00:00
build.xml Commons HTTPClinet 2.0.1 update. 2004-08-03 08:07:45 +00:00
ChangeLog.txt Initial import. 2004-02-26 01:21:19 +00:00
mobibot.fb Initial import. 2004-02-17 04:04:30 +00:00
mobibot.iml Commons HTTPClinet 2.0.1 update. 2004-08-03 08:07:45 +00:00
mobibot.ipr Commons HTTPClinet 2.0.1 update. 2004-08-03 08:07:45 +00:00
mobibot.iws Commons HTTPClinet 2.0.1 update. 2004-08-03 08:07:45 +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 &