Medha7979 / Tweepy

Python script which can fetch all the tweets of a twitter handle and dump the responses into JSONlines file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter API

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.

  1. The text of the tweet.
  2. Date and time of the tweet.
  3. The number of favorites/likes.
  4. The number of retweets.
  5. Number of Images present in Tweet. If no image returns None.

About

Python script which can fetch all the tweets of a twitter handle and dump the responses into JSONlines file.


Languages

Language:Jupyter Notebook 100.0%