mattbk da13bf084a Include basic installation instructions.
Also update script name.
2017-07-24 16:36:14 -05:00
2017-03-26 00:29:12 -05:00
2017-03-26 00:35:13 -05:00
2017-03-10 15:49:05 -06:00
2017-03-26 00:35:13 -05:00
2017-03-26 00:30:11 -05:00

Trump Markov Chain Twitter Bot

Written in python with the aid of markovify and python-twitter.

Install

python setup.py install

Use

Put your API keys in a file (e.g. .api-keys-trump) like so:

api-key: API_KEY
api-sec: API_SECRET_KEY
tok:     TOKEN
tok-sec: SECRET_TOKEN

Then run:

python bin/markovbot.py PATH_TO_API_KEYS --text PATH_TO_CORPUS.txt

to send one tweet at a time.

Description
Make a twitter bot from any corpus of text you desire. Forked from https://github.com/vmchale/markov-bot.
Readme BSD-3-Clause 161 KiB
Languages
Python 100%