diff options
| author | 2016-04-04 18:42:37 +0100 | |
|---|---|---|
| committer | 2016-04-04 18:42:37 +0100 | |
| commit | 62a73df22f8e7592b39f2273123e4cc6c6fbe71b (patch) | |
| tree | 7dab11ce0e6d0051e2c88b570afacd5047e157c6 /README.md | |
| parent | added 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.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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.) |
