Skip to content

meirelon/tweet_bots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tweet_bots

Insert any public Twitter handle and markovify will build a model to generate fake tweets.

Getting Started

git clone https://github.com/meirelon/tweet_bots.git
cd tweet_bots
pip install -r requirements.txt

Example

CLI

Save a twitter bot model locally

python tweetBot.py --twitter_handle=elonmusk

Inside Python Terminal

from tweetBot import tweetBot
bot = tweetBot('elonmusk')
bot.make_short_sentence(140)

About

Generate new tweets with markov chains

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages