diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 491dbf4..b03c068 100644 --- a/README.md +++ b/README.md | |||
@@ -4,6 +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. 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. | 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 my C++ Twitter library [libtwitter++](https://github.com/hatkirby/libtwittercpp) to send the status updates to Twitter. |
8 | 8 | ||
9 | 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). |