about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-03-25 00:13:30 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-03-25 00:13:30 -0400
commite3f781349f460f24dfdbd2a7908bfa8f46945c46 (patch)
tree389f0bd7ec5bc32c90d38897d59c1d12c5adb1df
parent63fa4dbbb8d4559895cd57182f8adfa783f098cb (diff)
downloadfurries-e3f781349f460f24dfdbd2a7908bfa8f46945c46.tar.gz
furries-e3f781349f460f24dfdbd2a7908bfa8f46945c46.tar.bz2
furries-e3f781349f460f24dfdbd2a7908bfa8f46945c46.zip
Pulled in verbly
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md index 30d30e7..8f19d1a 100644 --- a/README.md +++ b/README.md
@@ -3,8 +3,6 @@ furries is a simple twitter bot inspired by the following image:
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![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)
5 5
6It tweets something that the furries are every three hours. Currently, it uses the [WordNet database](http://wordnet.princeton.edu/wordnet/) to pick adjectives and adverbs describing the furries. 6It 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
8The bot uses [YAMLcpp](https://github.com/jbeder/yaml-cpp) to read a configuration file, MySQL C API to read the WordNet database (seeded with [this MySQL version of WordNet 2.0](androidtech.com/html/wordnet-mysql-20.php)), and [twitcurl](https://github.com/swatkat/twitcurl) to send the status updates to Twitter.
9 7
10The canonical furries handle is [@thefurriesare](https://twitter.com/thefurriesare). 8The canonical furries handle is [@thefurriesare](https://twitter.com/thefurriesare).