about summary refs log tree commit diff stats
path: root/.gitmodules
Commit message (Collapse)AuthorAgeFilesLines
* Started using hkutilKelly Rauchenberger2018-08-301-0/+3
| | | | As of this commit, the only change is using hatkirby::implode instead of the implode that was in util.cpp.
* Removed nlohmann/json submoduleKelly Rauchenberger2016-11-271-3/+0
| | | | The submodule contained around 73MB of benchmarks and tests that are not necessary for inclusion in this project. Thus, the submodule has been removed, and the 2.0.7 release of nlohmann/json has been added to the repository.
* Changed curlcpp back to origin because my pull request was approvedKelly Rauchenberger2016-05-201-1/+1
|
* Started implementing user streamsKelly Rauchenberger2016-05-201-1/+1
| | | | 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 ability to upload media and tweet itKelly Rauchenberger2016-04-131-1/+1
| | | | 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 tweetKelly Rauchenberger2016-04-121-0/+9