You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the docs, "it’s important to know that the Search API is focused on relevance and not completeness." Full access to Twitter's history is available via GNIP, their enterprise API platform. We need to understand what we can get with respect to historic tweets with the APIs available to us.
Get example script in place that uses Twitter Search API. Intent is twofold:
Provide a jumping off point for a real tool that searches for historic tweets from particular users.
Understand and document limitations of APIs available to us.
Deliverables:
Python script reviewed and merged to master.
Write-up of what the Twitter Search API does and does not do.
The text was updated successfully, but these errors were encountered:
jpowerwa
changed the title
Prototype script using Twitter Search API to find historic tweets
Prototype Python script using Twitter Search API to find historic tweets
Dec 30, 2016
According to the docs, "it’s important to know that the Search API is focused on relevance and not completeness." Full access to Twitter's history is available via GNIP, their enterprise API platform. We need to understand what we can get with respect to historic tweets with the APIs available to us.
https://dev.twitter.com/rest/public/search
Get example script in place that uses Twitter Search API. Intent is twofold:
Deliverables:
The text was updated successfully, but these errors were encountered: