Insert any public Twitter handle and markovify will build a model to generate fake tweets.
git clone https://github.com/meirelon/tweet_bots.git
cd tweet_bots
pip install -r requirements.txt
Save a twitter bot model locally
python tweetBot.py --twitter_handle=elonmusk
from tweetBot import tweetBot
bot = tweetBot('elonmusk')
bot.make_short_sentence(140)