diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md index 8f19d1a..c6f9b97 100644 --- a/README.md +++ b/README.md | |||
@@ -1,8 +1,6 @@ | |||
1 | # furries | 1 | # furries |
2 | furries is a simple twitter bot inspired by the following image: | 2 | furries is a simple twitter bot inspired by a still from a news program about the furry community in Pittsburgh featuring three fursuiters and the text "The Furries Are Back". |
3 | 3 | ||
4 | ![the furries are back](http://www.wtae.com/image/view/-/20831998/highRes/1/-/maxh/630/maxw/1200/-/tyl7ng/-/img-The-Furries-Are-Back-Who-Are-They.jpg) | 4 | It uses my natural language generation library [verbly](https://github.com/hatkirby/verbly) to pick words, [YAMLcpp](https://github.com/jbeder/yaml-cpp) to read a configuration file, and my C++ Twitter library [libtwitter++](https://github.com/hatkirby/libtwittercpp) to send the status updates to Twitter. |
5 | |||
6 | It uses my natural language generation library [verbly](https://github.com/hatkirby/verbly) to pick words, [YAMLcpp](https://github.com/jbeder/yaml-cpp) to read a configuration file, and [twitcurl](https://github.com/swatkat/twitcurl) to send the status updates to Twitter. | ||
7 | 5 | ||
8 | The canonical furries handle is [@thefurriesare](https://twitter.com/thefurriesare). | 6 | The canonical furries handle is [@thefurriesare](https://twitter.com/thefurriesare). |