diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-03-09 10:35:03 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-03-09 10:35:03 -0500 |
commit | 16fd4078fe971f021064460a2f6762b764549d7e (patch) | |
tree | 0a7e0691412a213cc3164d631ab6ec978dc12032 | |
parent | 295f6725920bc9d792a5197a9a9dafed66c5a217 (diff) | |
download | nancy-16fd4078fe971f021064460a2f6762b764549d7e.tar.gz nancy-16fd4078fe971f021064460a2f6762b764549d7e.tar.bz2 nancy-16fd4078fe971f021064460a2f6762b764549d7e.zip |
Added readme
-rw-r--r-- | README.md | 11 |
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 | ||
2 | nancy 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>— 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 | |||
7 | It 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 | |||
9 | The 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 | |||
11 | The canonical furries handle is [@nancy_ebooks](https://twitter.com/nancy_ebooks). | ||