From e9889e28f1037cf3f20f4d5c2143a22a7e07d0ef Mon Sep 17 00:00:00 2001 From: xenofem Date: Wed, 13 May 2020 16:31:14 -0400 Subject: [PATCH] add readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0328e0d --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# 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 + python markov-bot.py