summary refs log tree commit diff stats
path: root/vendor/libtwittercpp
Commit message (Collapse)AuthorAgeFilesLines
* Updated libtwitter++ (media upload bugfix)Kelly Rauchenberger2018-03-131-0/+0
|
* Updated verbly & libtwitter++ to remove dependence on json submoduleKelly Rauchenberger2016-11-271-0/+0
| | | | | | | | | | The current version of libtwitter++ has an updated API, so the bot had to be updated to use the new API; additionally, the usage of the UNIX-dependent sleep call was replaced by the sleep functionality in the C++ standard library. At some point, we should also replace the usage of the C random library with the C++ random library. Finally, some initialization functionality that was being repeated for every generated tweet was instead moved out of the main loop.
* Added caption to tweetsKelly Rauchenberger2016-05-311-0/+0
|
* Initial commitKelly Rauchenberger2016-05-021-0/+0