mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +01:00
Updated for the 0.72.0 release.
This commit is contained in:
parent
d88b7e94ca
commit
20107fb5a2
5
ACKS
5
ACKS
@ -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
22
README
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user