Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a convenience overload to client::replyToTweet | Kelly Rauchenberger | 2016-12-01 | 1 | -0/+5 |
| | |||||
* | Made tweets, users, and notifications into copyable objects | Kelly Rauchenberger | 2016-11-29 | 1 | -3/+33 |
| | | | | 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 | -687/+378 |
| | |||||
* | Wrapped JSON parsing in exception handling | Kelly Rauchenberger | 2016-06-01 | 1 | -11/+77 |
| | |||||
* | Added ability to get configuration | Kelly Rauchenberger | 2016-05-31 | 1 | -0/+16 |
| | |||||
* | Added option to receive all replies in user stream | Kelly Rauchenberger | 2016-05-25 | 1 | -9/+31 |
| | |||||
* | Fixed stream behavior when connection ends normally | Kelly Rauchenberger | 2016-05-24 | 1 | -1/+6 |
| | |||||
* | Added utility function to generate tweet reply prefill | Kelly Rauchenberger | 2016-05-22 | 1 | -0/+16 |
| | |||||
* | Projects using libtwitter++ no longer have to include its dependencies | Kelly Rauchenberger | 2016-05-21 | 1 | -1/+3 |
| | |||||
* | Started implementing user streams | Kelly Rauchenberger | 2016-05-20 | 1 | -34/+415 |
| | | | | 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. | ||||
* | Fixed issue with multipart POSTs | Kelly Rauchenberger | 2016-04-15 | 1 | -2/+4 |
| | |||||
* | Added #include <unistd.h> | Kelly Rauchenberger | 2016-04-15 | 1 | -0/+1 |
| | |||||
* | Added ability to upload media and tweet it | Kelly Rauchenberger | 2016-04-13 | 1 | -14/+297 |
| | | | | Images (static and animated) and videos have been tested. Currently all media uploads occur in one large chunk; support to break down chunks will be added later. | ||||
* | Added basic ability to tweet | Kelly Rauchenberger | 2016-04-12 | 1 | -0/+124 |