Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

fionn/markov-china

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markov China

A Twitter bot that tweets China headlines written by a Markov process.

Usage

The bot needs the standard Twitter API keys as well as a NEWS_API_KEY variable for News API.

There are no options. Just run it directly and it'll generate a corpus, tweet once and exit.

Deploy

Deploy

Add the remote with git remote add heroku git@heroku.com:app-name.git and use git push heroku to update the deployment.