Simple Python 3 app which demonstrates usage of Tweepy to access Twitter API.
It authenticates to twitter account, dumps all tweets and scans (using multiprocessing) for tweets with dead urls.
API key and access token should be set in config.json
.