Python script which can fetch all the tweets(as many as allowed by Twitter API) done by xyz(midas@IIITD-the name given in the script) twitter handle and dump the responses into JSONlines file.
The other part of the script parses these JSONline files to display the following for every tweet in a tabular format.
- The text of the tweet.
- Date and time of the tweet.
- The number of favorites/likes.
- The number of retweets.
- Number of Images present in Tweet. If no image returns None.