Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 955 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 955 Bytes

Mandrake

Mandrake is a discord chatbot that has the following features:

  • Identify hateful messages in the chat
  • Detect Profanity
  • Automatically save hyperlinks
  • ...and many more easter egg features!

Getting Started

Add Mandrake to your server.

Prerequisites

The packages used for this chatbot are

pip install pandas
pip install discord
pip install tensorflow
pip install nltk
pip install re
pip install numpy

Python 3.6+

Installing

To run the chatbot(not recommended, I run it on a server 24/7 already)

cd Mandrake
python3.6  mybot.py

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details