summary refs log tree commit diff stats
path: root/father.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Ignore locked accounts when syncing followersKelly Rauchenberger2018-08-061-4/+10
| | | | | | Previously, if a locked account was following the bot, it would give up syncing friends after receiving an error from Twitter if it had previously attempted to follow that account and the account hadn't accepted the request yet. Now, the bot does not attempt to follow locked accounts. refs hatkirby/snitch#1
* Switched from streaming API to timeline pollingKelly Rauchenberger2018-08-061-175/+152
| | | | Also included hkutil for the string split function.
* Updated verbly (datafile versioning)Kelly Rauchenberger2017-11-081-6/+9
|
* Created botKelly Rauchenberger2017-02-191-0/+260