Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1 KB

File metadata and controls

20 lines (17 loc) · 1 KB

MCReminder

Discord bot written in python and disco. MC Listens to messages until certain patterns are met, triggering an answer. The patterns and the type of answer to craft are completely configurable using a single JSON file. Supports embeds and attachments, too.
Developed for the Discord channel of gameloop.it, the Italian gamedev community.

Installation

Have python3+ installed. Install disco:

python -m pip install disco-py

disco can be installed with some additional dependencies, check out their instructions

If you want to use some advanced features, such as word stems matching, you will also need nltk and polyglot:

python -m pip install nltk
python -m pip install polyglot

Be aware that polyglot has some additional dependencies, please refer to its own installation instructions

Deployment

See doc/HOWTODEPLOY.