summary refs log tree commit diff stats
path: root/infinite.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Started to modernize bot (this is completely broken) modernKelly Rauchenberger2018-08-151-39/+44
|
* Whitespace changesKelly Rauchenberger2018-03-131-105/+105
|
* Bot now takes path to config file as argumentKelly Rauchenberger2016-12-131-8/+19
| | | | 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-271-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-311-3/+13
|
* Added a new fontKelly Rauchenberger2016-05-111-1/+10
|
* Changed form generation to be piecewise like chemistKelly Rauchenberger2016-05-101-10/+34
|
* Changed output to a JPEG because of Twitter's upload size restrictionsKelly Rauchenberger2016-05-031-2/+2
|
* Initial commitKelly Rauchenberger2016-05-021-0/+772