Skip to content

A Discord bot that uses the ctransformers library for message inference

License

Notifications You must be signed in to change notification settings

securitytheatre/mime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mime

mime is a Discord bot that uses the ctransformers library for message inference.

To use, copy the .env.example file to .env, and modify the configuration as needed. Install the required dependencies and run the bot using the following commands:

$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ python mime.py