Skip to content

Discord bot written in python. Listens to messages until configurable patterns are triggered and then replies.

License

Notifications You must be signed in to change notification settings

winterismute/mcreminder-discordbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Discord bot written in python. Listens to messages until configurable patterns are triggered and then replies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages