summary refs log tree commit diff stats
path: root/sap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Posts way less often nowStar Rauchenberger2022-11-141-1/+1
|
* Bot now posts to Mastodon instead of TwitterStar Rauchenberger2022-11-141-21/+43
|
* Modernized projectKelly Rauchenberger2018-01-181-423/+69
| | | | | | This rewrite brings the codebase of this project more in line with the format of the other bots, including things like C++ randomization, better abstraction, use of exceptions, etc. Notably, any FFMPEG objects that get allocated are wrapped in simple objects so that they get properly destroyed if an exception is thrown. Some more error detection and cleanliness stuff can probably be done but my wrists really hurt. Also updated librawr, and thus also removed the yaml-cpp submodule.
* Bot now takes path to config file as argumentKelly Rauchenberger2016-12-131-51/+50
| | | | That config file now also has to contain the paths to the videos directory, the fonts directory, and to a list of corpuses. Note that the number of corpuses now no longer has to be exactly 2.
* Updated libtwitter++ through librawr (API changes)Kelly Rauchenberger2016-08-201-15/+13
|
* Initial commitKelly Rauchenberger2016-05-311-0/+473