Skip to content

ETechTechnologies/Discord-Chatbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord-Chatbot

A self-learning chatbot for discord made with Chatterbot and Discord.py

Running in container

Go to the project's directory then run

docker build -t discord_chatbot .
docker run -d --restart always --name aibot --env TOKEN=<BOT_TOKEN_HERE> --net=host discord_chatbot

To stop the bot:

docker stop aibot
docker rm aibot

About

A self-learning chatbot for discord

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.2%
  • Dockerfile 2.8%