Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Posts way less often now | Star Rauchenberger | 2022-11-14 | 1 | -1/+1 |
| | |||||
* | Bot now posts to Mastodon instead of Twitter | Star Rauchenberger | 2022-11-14 | 1 | -21/+43 |
| | |||||
* | Modernized project | Kelly Rauchenberger | 2018-01-18 | 1 | -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 argument | Kelly Rauchenberger | 2016-12-13 | 1 | -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 Rauchenberger | 2016-08-20 | 1 | -15/+13 |
| | |||||
* | Initial commit | Kelly Rauchenberger | 2016-05-31 | 1 | -0/+473 |