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:
|
inkedmn, who wrote the:
|
||||||
gkstats,
|
gkstats,
|
||||||
weather,
|
weather,
|
||||||
and zipcode commands for the Http module.
|
and zipcode commands for the Http plugin.
|
||||||
AND the Notes module.
|
and the debincoming command for the Debian plugin.
|
||||||
|
AND the Notes plugin.
|
||||||
jamessan, who wrote the:
|
jamessan, who wrote the:
|
||||||
babelfish related commands.
|
babelfish related commands.
|
||||||
fixes for acronym, gkstats, google groups snarfer, setup.py stuff.
|
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:
|
USERS:
|
||||||
------
|
------
|
||||||
All commands should be run from the root directory, never from any
|
First, you gotta have Python 2.3 for this. That's alright, though,
|
||||||
subdirectory such as conf/, log/, src/, or plugins/.
|
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
|
Assuming "python" is in your path and points to Python 2.3 or newer,
|
||||||
answer the questions!
|
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