about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-05-20 16:05:52 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-05-20 16:05:52 -0400
commita3581ada166c53d4135e18531466483543c653c1 (patch)
tree9de622fc89349fec3668df6a397d005bfc8bc5fd
parent3fa8e925133f380be11a8d8ce52cc34403f4f191 (diff)
downloadsnitch-a3581ada166c53d4135e18531466483543c653c1.tar.gz
snitch-a3581ada166c53d4135e18531466483543c653c1.tar.bz2
snitch-a3581ada166c53d4135e18531466483543c653c1.zip
Create README.md
-rw-r--r--README.md8
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
2A 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
8The 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.