mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-11 05:19:21 +01:00
4b0fd19e6c
* Changed caching mechanism to cache the entire feed instead of just the responses * Added 'rssinfo' command to access the RSS info elements like URL, description, last updated time, etc. * Updated docstrings and configure for the 'rssinfo' command |
||
---|---|---|
docs | ||
examples | ||
others | ||
plugins | ||
sandbox | ||
scripts | ||
src | ||
test | ||
tools | ||
.cvsignore | ||
ACKS | ||
BUGS | ||
LICENSE | ||
README |
EVERYONE: --------- Read LICENSE. It's a 2-clause BSD license, but you should read it anyway. DEVELOPERS: ------------ Read OVERVIEW to see what the modules are used for. Read EXAMPLE to see some examples of callbacks and command written for the bot. Read STYLE if you ever wish to contribute. Use PyChecker. Believe me, it makes things better. A sample .pycheckrc file is included as tools/pycheckrc. Copy this to your ~/.pycheckrc and you'll be able to check your code with the same 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/. All you have to do to get a working bot is run scripts/setup.py and answer the questions!