#autoTawil
This is a set of python modules that work together to crawl tweets from a Twitter user and then generate random tweets using a simple Markov algorithm. It also has a queue script to automate the process of crawling/generating/posting.
It was created by @bertez as a joke for @Tawil but the code is quite simple and can be easily adapted to any other user.
It uses the Tweepy and Schedule Python libraries.
Also, to build this I have refactored some code from: https://gist.github.com/grantslatton/7694811. So Thank you :)
Note: the code actually has a few known non critical bugs but it works just fine for its main purpose: build a simple funny Twitter bot.