summary refs log tree commit diff stats
path: root/toldya.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Ignore locked accounts when syncing followersKelly Rauchenberger2018-08-061-9/+15
| | | | This bot basically just shouldn't follow locked accounts, there's no reason for it to.
* Switched from streaming API to timeline pollingKelly Rauchenberger2018-08-051-94/+51
|
* Bot now uniformly picks a tweet author, then a tweetKelly Rauchenberger2018-03-251-63/+119
| | | | | | This changes the distribution so that people who tweet more often aren't more likely to be picked. Also modernized the bot, added a gitignore, and made whitespace changes.
* Bot now takes path to config file as argumentKelly Rauchenberger2016-12-141-1/+8
|
* Fixed sleep time thing that was introduced last commitKelly Rauchenberger2016-12-021-2/+2
|
* Bot now respects deletion messagesKelly Rauchenberger2016-12-021-4/+14
|
* Updated libtwitter++ to remove dependency on json submoduleKelly Rauchenberger2016-11-291-54/+57
| | | | This also involved updating to use the new libtwitter++ API.
* Added missing #include <algorithm>Kelly Rauchenberger2016-06-121-0/+1
|
* Initial commitKelly Rauchenberger2016-06-121-0/+181