diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-02-03 11:15:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-03 11:15:20 -0500 |
commit | 2052e08fbed42f591e860157b890b50d9ea1a0c4 (patch) | |
tree | 2ced5b9f75496cc4851ab917030e24d7dfd54b54 | |
parent | 2000065970431cc2b678c6c09edfd613577382f7 (diff) | |
download | nancy-2052e08fbed42f591e860157b890b50d9ea1a0c4.tar.gz nancy-2052e08fbed42f591e860157b890b50d9ea1a0c4.tar.bz2 nancy-2052e08fbed42f591e860157b890b50d9ea1a0c4.zip |
Updated README to reflect libtwitter++
-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). |