aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar jesopo2016-04-04 18:42:37 +0100
committerGravatar jesopo2016-04-04 18:42:37 +0100
commit62a73df22f8e7592b39f2273123e4cc6c6fbe71b (patch)
tree7dab11ce0e6d0051e2c88b570afacd5047e157c6 /README.md
parentadded a way for command event hooks to ask to only be fired from private mess... (diff)
added permissions.py which contains code for identifying/registering/logouting users. updated README.md to reflect the newly required scrypt module.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2f108e99..eb0338aa 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,9 @@
Python3 event-driven modular IRC bot!
## Dependencies
-* [BeautifulSoup4](https://pypi.python.org/pypi/beautifulsoup4/4.3.2)
+* [BeautifulSoup4](https://pypi.python.org/pypi/beautifulsoup4)
* [twitter](https://pypi.python.org/pypi/twitter)
+* [scrypt](https://pypi.python.org/pypi/scrypt)
## Configurating
To get BitBot off the ground, there's some API-keys and the like in bot.json.example. move it to bot.json, fill in the API keys you want (and remove the modules that rely on those configs.)