I want all tweets related to a particular an event how can I do it? A rough search suggests it is not possible. There are some paid solutions though. https://gnip.com/sources/twitter/historical/ http://keyhole.co/ Is there any workaround?
Intent: I am doing a project which gets me all tweets related to a particular event. Therefore, I search using some keywords. Though this is not accurate I later on can use some classifier to filter the noise.
You can use a bs4 to parse through your tweets and store the keywords in some file or database
I am doing a similar project and what i have done is cretaed a regex to match the keywords.