A textfile markov bot for Mastodon API compatible instances.
.gitignore | ||
create.py | ||
gen.py | ||
LICENSE | ||
main.py | ||
README.md | ||
requirements.txt |
txtbooks
A simple bot for posting sentences generated with markov chains.
Instructions
- Clone this repo
- Install the requirements in
requirements.txt
with pip (python 3 required) - Supply a
corpus.txt
in any format. - Run
main.py
and authenticate with the account you want the bot to post from. - Run
gen.py
to post!