From 62a73df22f8e7592b39f2273123e4cc6c6fbe71b Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 4 Apr 2016 18:42:37 +0100 Subject: added permissions.py which contains code for identifying/registering/logouting users. updated README.md to reflect the newly required scrypt module. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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.) -- cgit v1.3.1-10-gc9f91