diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..11faa60 --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,8 @@ | |||
1 | # snitch | ||
2 | A simple Twitter bot that can respond to a trigger. `snitch` scans incoming tweets for the phrase "calling the cops", to which it responds with the following image: | ||
3 | |||
4 | ![Call the police.](https://raw.githubusercontent.com/hatkirby/snitch/master/image.jpg) | ||
5 | |||
6 | `snitch` only interacts with users it is following. Following `snitch` causes it to follow you back; because Twitter does not send unfollow messages on the user stream however, it cannot automatically unfollow someone when they unfollow it, and instead, it checks its list of followers every few hours. | ||
7 | |||
8 | The bot was inspired by Twitter users [@cymrin](https://twitter.com/cymrin) and [@KbLogQ](https://twitter.com/KbLogQ) and was implemented alongside user stream functionality in my [libtwitter++](https://github.com/hatkirby/libtwittercpp) C++ Twitter library. | ||