hirmeos / altmetrics

Implementation of HIRMEOS WP6
MIT License
5 stars 0 forks source link

add twitter client #36

Closed rowan08 closed 5 years ago

rowan08 commented 5 years ago

Added a Twitter client, and some tests. This uses the Premium Search API from Twitter, which will allow the Twitter plugin to fetch Tweets that are older than a week.

Trello card: https://trello.com/c/c2pJfFJI/2907-13-wp6-13 Issue: https://github.com/hirmeos/altmetrics/issues/5

rowan08 commented 5 years ago

To keep this PR from getting too big, I have decided to split it in two. This first one involves introducing a new Python client. The next PR will involve using the client in the twitter plugin.