about summary refs log tree commit diff stats
path: root/README.md
blob: b03c0688d258961ecf545d3f774152a9f00b6d62 (plain) (blame)
1
2
3
4
5
6
7
8
9
# nancy
nancy is a simple twitter bot inspired by the following tweet:

<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>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>

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.

The canonical nancy handle is [@nancy_ebooks](https://twitter.com/nancy_ebooks).