summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Switched to self-hosted verbly HEAD masterStar Rauchenberger2023-10-031-1/+1
|
* Bot posts to Mastodon now instead of TwitterStar Rauchenberger2022-11-155-36/+24646
|
* Updated libtwitter++ (media upload bugfix)Kelly Rauchenberger2018-03-131-0/+0
|
* Removed yaml-cpp submoduleKelly Rauchenberger2018-03-133-8/+8
| | | | Project now links against a local installation of yaml-cpp.
* Whitespace changesKelly Rauchenberger2018-03-131-105/+105
|
* Bot now takes path to config file as argumentKelly Rauchenberger2016-12-133-12/+23
| | | | That config file now also has to contain the paths to the verbly datafile, the forms file, the fonts directory, and the color palettes file.
* Updated verbly & libtwitter++ to remove dependence on json submoduleKelly Rauchenberger2016-11-273-70/+54
| | | | | | | | | | 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.
* Fixed typoKelly Rauchenberger2016-05-311-1/+1
|
* Bot now signs its captionsKelly Rauchenberger2016-05-311-3/+3
|
* Added caption to tweetsKelly Rauchenberger2016-05-314-7/+16
|
* Added more formsKelly Rauchenberger2016-05-242-32/+112
|
* Added some more forms!Kelly Rauchenberger2016-05-111-5/+48
|
* Added a new fontKelly Rauchenberger2016-05-112-1/+10
|
* Added a bunch more formsKelly Rauchenberger2016-05-111-36/+89
|
* Abstracted temporal phrasesKelly Rauchenberger2016-05-101-9/+21
|
* Edited forms some moreKelly Rauchenberger2016-05-101-3/+43
|
* Updated verblyKelly Rauchenberger2016-05-101-0/+0
|
* Changed form generation to be piecewise like chemistKelly Rauchenberger2016-05-103-41/+206
|
* Tweaked formsKelly Rauchenberger2016-05-051-1/+1
|
* Tweaked some formsKelly Rauchenberger2016-05-031-3/+4
|
* Changed output to a JPEG because of Twitter's upload size restrictionsKelly Rauchenberger2016-05-031-2/+2
|
* Initial commitKelly Rauchenberger2016-05-0224-0/+7598