Discord bot that posts markov-generated text every hour and when mentioned.
Go to file
xenofem e20a2b9f88 need to actually import asyncio 2020-05-13 22:20:25 -04:00
.gitignore Markov bot 2020-05-13 16:26:31 -04:00
README.md add readme 2020-05-13 16:31:14 -04:00
markov-bot.py need to actually import asyncio 2020-05-13 22:20:25 -04:00
markov-prep.py Markov bot 2020-05-13 16:26:31 -04:00

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