diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md index 85500be..839c042 100644 --- a/README.md +++ b/README.md | |||
@@ -1,9 +1,9 @@ | |||
1 | # wordplay | 1 | # wordplay |
2 | wordplay is a twitter bot that generates rhyming jokes similar to this: | 2 | wordplay is a Mastodon bot that generates rhyming jokes similar to this: |
3 | 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>— playing with saying (@eventhenotion) <a href="https://twitter.com/eventhenotion/status/709471468527071232">March 14, 2016</a></blockquote> | 4 | > What do you call a standard disobedience? |
5 | <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> | 5 | > A regulation insubordination! |
6 | 6 | ||
7 | It 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. | 7 | It 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 [mastodonpp](https://schlomp.space/tastytea/mastodonpp) to send the status updates to Mastodon. |
8 | 8 | ||
9 | The canonical wordplay handle is [@eventhenotion](https://twitter.com/eventhenotion). | 9 | The canonical wordplay handle is [@eventhenotion@beppo.online](https://beppo.online/@eventhenotion). |