about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-03-09 10:35:03 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-03-09 10:35:03 -0500
commit16fd4078fe971f021064460a2f6762b764549d7e (patch)
tree0a7e0691412a213cc3164d631ab6ec978dc12032 /README.md
parent295f6725920bc9d792a5197a9a9dafed66c5a217 (diff)
downloadnancy-16fd4078fe971f021064460a2f6762b764549d7e.tar.gz
nancy-16fd4078fe971f021064460a2f6762b764549d7e.tar.bz2
nancy-16fd4078fe971f021064460a2f6762b764549d7e.zip
Added readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..243ef97 --- /dev/null +++ b/README.md
@@ -0,0 +1,11 @@
1# nancy
2nancy is a simple twitter bot inspired by the following tweet:
3
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>
6
7It 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.
8
9The 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
11The canonical furries handle is [@nancy_ebooks](https://twitter.com/nancy_ebooks).