Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | User objects now contain whether the user is protected | Kelly Rauchenberger | 2018-08-06 | 1 | -1/+2 |
| | |||||
* | Made tweets, users, and notifications into copyable objects | Kelly Rauchenberger | 2016-11-29 | 1 | -22/+2 |
| | | | | Notifications are now also mutable. Users and tweets no longer have helper methods for interacting with the client. Fixed a bug (possibly introduced by a change to the Twitter API) that caused non-reply tweets to be marked as unknown notifications. | ||||
* | Updated API to use exceptions and make tweet/user objects more helpful | Kelly Rauchenberger | 2016-08-20 | 1 | -28/+20 |
| | |||||
* | Added utility function to generate tweet reply prefill | Kelly Rauchenberger | 2016-05-22 | 1 | -0/+5 |
| | |||||
* | Started implementing user streams | Kelly Rauchenberger | 2016-05-20 | 1 | -0/+46 |
You can now start a user stream and end it yourself. If it disconnects abnormally, it will reconnect with a backoff as described by Twitter. Some data structures have some fields parsed now; tweets have IDs, text, and authors. Users have IDs, screen names, and names. Notifications from the stream are parsed completely. The ability to follow and unfollow users has also been added, as well as the ability to get a list of friends and followers, and to reply to a tweet. |