about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-03-19 09:47:43 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-03-19 09:47:43 -0400
commit48f6fe80b15dac3b9e65f05b2e125aeb4ca8c573 (patch)
tree95fb3bff9620341bd5d752b95a4e575441fdb731
parentb4fa1f4cb3d1edbfaa55927f2b4c8717017a311b (diff)
downloadwordplay-48f6fe80b15dac3b9e65f05b2e125aeb4ca8c573.tar.gz
wordplay-48f6fe80b15dac3b9e65f05b2e125aeb4ca8c573.tar.bz2
wordplay-48f6fe80b15dac3b9e65f05b2e125aeb4ca8c573.zip
Added a README
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..85500be --- /dev/null +++ b/README.md
@@ -0,0 +1,9 @@
1# wordplay
2wordplay is a twitter bot that generates rhyming jokes similar to this:
3
4<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">What do you call a standard disobedience?<br>A regulation insubordination!</p>&mdash; playing with saying (@eventhenotion) <a href="https://twitter.com/eventhenotion/status/709471468527071232">March 14, 2016</a></blockquote>
5<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
6
7It uses my natural language generation library [verbly](https://github.com/hatkirby/verbly) to pick words, [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.
8
9The canonical wordplay handle is [@eventhenotion](https://twitter.com/eventhenotion).