Task: Get twitter data
-
Obtain all tweets (upto ~3000) posted by a particular user
Input: user handle
Output: all the past tweets posted by this user
-
Search and retrieve tweets based on search keywords.
Input: search keyword
Output: all tweets which have this search keyword
Python Libraries: Tweepy, Twython
Note: Perform pagination to ensure that duplicate tweets are not collected.