Updated for the 0.72.0 release.

This commit is contained in:
Jeremy Fincher 2003-09-29 06:51:12 +00:00
parent d88b7e94ca
commit 20107fb5a2
2 changed files with 21 additions and 6 deletions

5
ACKS
View File

@ -3,8 +3,9 @@ johhnyace, who gave me the modem that helped me tremendously in development.
inkedmn, who wrote the:
gkstats,
weather,
and zipcode commands for the Http module.
AND the Notes module.
and zipcode commands for the Http plugin.
and the debincoming command for the Debian plugin.
AND the Notes plugin.
jamessan, who wrote the:
babelfish related commands.
fixes for acronym, gkstats, google groups snarfer, setup.py stuff.

22
README
View File

@ -17,8 +17,22 @@ stringent guidelines I've found useful to check my code.
USERS:
------
All commands should be run from the root directory, never from any
subdirectory such as conf/, log/, src/, or plugins/.
First, you gotta have Python 2.3 for this. That's alright, though,
because Python 2.3 rocks, and you should have it anyway :)
All you have to do to get a working bot is run scripts/setup.py and
answer the questions!
Assuming "python" is in your path and points to Python 2.3 or newer,
then you need to run this:
python setup.py install
from the untarred directory to install the source files. Then just
run supybot-wizard.py (it's been installed in your path somewhere) to
create a script that will run your bot as you answered the questions
in the wizard.
If you have any trouble, feel free to swing by #sourcereview on
irc.freenode.net or irc.oftc.net (we have a supybot there relaying, so
either network works) and ask questions. We'll be happy to help
wherever we can. And by all means, if you find anything hard to
understand or think you know of a better way to do something, *please*
post it on Sourceforge.net so we can improve the bot!