about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-02-03 11:15:20 -0500
committerGitHub <noreply@github.com>2017-02-03 11:15:20 -0500
commit2052e08fbed42f591e860157b890b50d9ea1a0c4 (patch)
tree2ced5b9f75496cc4851ab917030e24d7dfd54b54 /README.md
parent2000065970431cc2b678c6c09edfd613577382f7 (diff)
downloadnancy-2052e08fbed42f591e860157b890b50d9ea1a0c4.tar.gz
nancy-2052e08fbed42f591e860157b890b50d9ea1a0c4.tar.bz2
nancy-2052e08fbed42f591e860157b890b50d9ea1a0c4.zip
Updated README to reflect libtwitter++
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
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>&mdash; 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>&mdash; 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
7It 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. 7It 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
9The canonical nancy handle is [@nancy_ebooks](https://twitter.com/nancy_ebooks). 9The canonical nancy handle is [@nancy_ebooks](https://twitter.com/nancy_ebooks).