Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Started to modernize bot (this is completely broken) modern | Kelly Rauchenberger | 2018-08-15 | 1 | -39/+44 |
| | |||||
* | Whitespace changes | Kelly Rauchenberger | 2018-03-13 | 1 | -105/+105 |
| | |||||
* | Bot now takes path to config file as argument | Kelly Rauchenberger | 2016-12-13 | 1 | -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 submodule | Kelly Rauchenberger | 2016-11-27 | 1 | -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 typo | Kelly Rauchenberger | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Bot now signs its captions | Kelly Rauchenberger | 2016-05-31 | 1 | -3/+3 |
| | |||||
* | Added caption to tweets | Kelly Rauchenberger | 2016-05-31 | 1 | -3/+13 |
| | |||||
* | Added a new font | Kelly Rauchenberger | 2016-05-11 | 1 | -1/+10 |
| | |||||
* | Changed form generation to be piecewise like chemist | Kelly Rauchenberger | 2016-05-10 | 1 | -10/+34 |
| | |||||
* | Changed output to a JPEG because of Twitter's upload size restrictions | Kelly Rauchenberger | 2016-05-03 | 1 | -2/+2 |
| | |||||
* | Initial commit | Kelly Rauchenberger | 2016-05-02 | 1 | -0/+772 |