diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md index e6432a1..491dbf4 100644 --- a/README.md +++ b/README.md | |||
@@ -4,8 +4,6 @@ nancy is a simple twitter bot inspired by the following tweet: | |||
4 | <blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">Nancy Drew and the Secret of the Ovipositor</p>— ruben ferdinand✨ (@urbanfriendden) <a href="https://twitter.com/urbanfriendden/status/707544674349797378">March 9, 2016</a></blockquote> | 4 | <blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">Nancy Drew and the Secret of the Ovipositor</p>— ruben ferdinand✨ (@urbanfriendden) <a href="https://twitter.com/urbanfriendden/status/707544674349797378">March 9, 2016</a></blockquote> |
5 | <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> | 5 | <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> |
6 | 6 | ||
7 | It tweets a new Nancy Drew ebook title every three hours. Currently, it uses the [WordNet database](http://wordnet.princeton.edu/wordnet/) to pick adjectives and nouns describing the Nancy's latest misadventures. | 7 | It tweets a new Nancy Drew ebook title every three hours. It uses [verbly](https://github.com/hatkirby/verbly) to pick adjectives and nouns describing the Nancy's latest misadventures, [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. |
8 | |||
9 | 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. | ||
10 | 8 | ||
11 | The canonical nancy handle is [@nancy_ebooks](https://twitter.com/nancy_ebooks). | 9 | The canonical nancy handle is [@nancy_ebooks](https://twitter.com/nancy_ebooks). |