about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2022-11-15 11:49:58 -0500
committerGitHub <noreply@github.com>2022-11-15 11:49:58 -0500
commitac68fa857ecf71e177f1ff7b0f48f5518c470aa5 (patch)
tree150348af2efe31272443e5ed4a4d9073a34de31b /README.md
parentc51eb502c568ea2d84933b8e2445e98c81307671 (diff)
downloadwordplay-ac68fa857ecf71e177f1ff7b0f48f5518c470aa5.tar.gz
wordplay-ac68fa857ecf71e177f1ff7b0f48f5518c470aa5.tar.bz2
wordplay-ac68fa857ecf71e177f1ff7b0f48f5518c470aa5.zip
Update README now that it's a Mastodon bot
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
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
2wordplay is a twitter bot that generates rhyming jokes similar to this: 2wordplay 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>&mdash; 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
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. 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 [mastodonpp](https://schlomp.space/tastytea/mastodonpp) to send the status updates to Mastodon.
8 8
9The canonical wordplay handle is [@eventhenotion](https://twitter.com/eventhenotion). 9The canonical wordplay handle is [@eventhenotion@beppo.online](https://beppo.online/@eventhenotion).