Discord bot that posts markov-generated text every hour and when mentioned.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xenofem e9889e28f1
add readme
3 years ago
.gitignore Markov bot 3 years ago
README.md add readme 3 years ago
markov-bot.py Markov bot 3 years ago
markov-prep.py Markov bot 3 years ago

README.md

markov-bot

Markov chain discord bot, sends randomly generated sentences once an hour and when mentioned.

Setup

Put some text into corpus.txt, and then run

git clone https://git.xeno.science/xenofem/markov-bot
cd markov-bot
python3 -m venv env
source env/bin/activate
pip install discord.py
python markov-prep.py
echo <token> > token
python markov-bot.py