add readme
This commit is contained in:
parent
f5f2dfbec8
commit
e9889e28f1
16
README.md
Normal file
16
README.md
Normal file
|
@ -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> > token
|
||||||
|
python markov-bot.py
|
Loading…
Reference in a new issue