sfm-ui
sfm-ui copied to clipboard
Implement support for Twitter v2 Search API
Features
- Two endpoints:
search_recentandsearch_all. - The latter is available only for users with Academic Research access.
- Returns paginated results (within the data element)
- Querying is similar to the v. 1 API
To Do
- Review & test Laura's modifications to the harvester code at https://github.com/gwu-libraries/sfm-twitter-harvester/tree/twitter-v2.
- Update unit tests.
- Write exporter for the Twitter 2 API (should use the twarc
ensure_flattenedmethod to produce the standard JSON format).
See PR 58 on sfm-twitter-harvester