diff options
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
| diff --git a/README.md b/README.md new file mode 100644 index 0000000..30d30e7 --- /dev/null +++ b/README.md | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | # furries | ||
| 2 | furries is a simple twitter bot inspired by the following image: | ||
| 3 | |||
| 4 |  | ||
| 5 | |||
| 6 | It 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. | ||
| 7 | |||
| 8 | The 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 | |||
| 10 | The canonical furries handle is [@thefurriesare](https://twitter.com/thefurriesare). | ||
