about summary refs log tree commit diff stats
path: root/wordplay.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bot posts every 2 hours nowStar Rauchenberger2022-11-161-1/+1
|
* Bot now posts to Mastodon instead of TwitterStar Rauchenberger2022-11-151-15/+17
| | | | You need to install mastodonpp on your server.
* Blacklisted the word "spastic"Star Rauchenberger2021-06-111-2/+3
|
* Updated verbly (database versioning)Kelly Rauchenberger2017-12-201-3/+3
|
* Updated verbly (new API)Kelly Rauchenberger2017-02-161-56/+54
|
* Bot now takes path to config file as argumentKelly Rauchenberger2016-12-141-2/+9
| | | | That config file now also has to contain the path to the verbly datafile.
* Switched from twitcurl to libtwitter++Kelly Rauchenberger2016-12-011-18/+19
| | | | | | Also updated verbly to remove dependence on json submodule, replaced the UNIX-dependent sleep call with the sleep functionality in the C++ standard library, and changed the tweet delay from 3 hours to 1 hour.
* Updated verbly and fixed perfect rhymingKelly Rauchenberger2016-04-171-4/+4
|
* Merge branch 'master' of github.com:hatkirby/wordplayKelly Rauchenberger2016-03-201-1/+2
|\
| * Added missing unistd.h includeKelly Rauchenberger2016-03-191-1/+2
| |
* | Increased delay between tweetsKelly Rauchenberger2016-03-201-1/+1
|/
* Initial commitKelly Rauchenberger2016-03-191-0/+87