ChimeraCoder / anaconda

A Go client library for the Twitter 1.1 API
MIT License
1.14k stars 247 forks source link

Account Activity API updates #260

Closed jimfenton closed 5 years ago

jimfenton commented 5 years ago

This is an extension to support the Account Activity API, primarily to support enhancements that were made to take the place of some of the capabilities of the (now sunset) Streaming API. It is not fully tested and is perhaps incomplete, so I'm not sure it's really ready to merge, but since I'm moving on to something else (see below), I wanted to contribute what I have.

This includes:

This pull request closes #254. I will be doing no further work on the Account Activity API because I just discovered that, unlike the Streaming API it is supposed to replace, it does not supply inbound home timeline tweets (only mentions, replies, likes, follows, etc.). I'm happy to answer any questions regarding the code, however.

jimfenton commented 5 years ago

Replaced by #261 (branch name changed).