about summary refs log tree commit diff stats
path: root/vendor/curlcpp
Commit message (Collapse)AuthorAgeFilesLines
* Updated curlcppKelly Rauchenberger2016-09-121-0/+0
|
* Started implementing user streamsKelly Rauchenberger2016-05-201-0/+0
| | | | 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.
* Added basic ability to tweetKelly Rauchenberger2016-04-121-0/+0