A textfile markov bot for Mastodon API compatible instances.
Go to file
Lynne Megido 5d746db83f initial commit 2019-05-30 20:22:11 +10:00
.gitignore initial commit 2019-05-30 20:22:11 +10:00
LICENSE initial commit 2019-05-30 20:22:11 +10:00
README.md initial commit 2019-05-30 20:22:11 +10:00
create.py initial commit 2019-05-30 20:22:11 +10:00
gen.py initial commit 2019-05-30 20:22:11 +10:00
main.py initial commit 2019-05-30 20:22:11 +10:00
requirements.txt initial commit 2019-05-30 20:22:11 +10:00

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!