about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2022-12-23 11:09:58 +0000
committerStar Rauchenberger <fefferburbia@gmail.com>2022-12-23 11:09:58 +0000
commita76e81ee8bcbad87c9eb58cdb25452cae65bd0c7 (patch)
tree4f677cd679bb7374b022238d55d49dba81b7313f /README.md
parent31770500a918bccf7b624262bc7d444cc2dd8a1d (diff)
downloaddifference-a76e81ee8bcbad87c9eb58cdb25452cae65bd0c7.tar.gz
difference-a76e81ee8bcbad87c9eb58cdb25452cae65bd0c7.tar.bz2
difference-a76e81ee8bcbad87c9eb58cdb25452cae65bd0c7.zip
Bot is now a Mastodon bot
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md index e999a08..2b9a588 100644 --- a/README.md +++ b/README.md
@@ -1,8 +1,8 @@
1# difference 1# difference
2difference is a Twitter bot that generates false dichotomies. It finds some type of thing, compares two different images of that type of thing, and then makes up a binary that explains why they are different. The bot parodies the black-and-white way that society tends to put things into dichotomies; for example, the gender binary. The original inspiration for this bot was the following tweet: 2difference is a Mastodon bot that generates false dichotomies. It finds some type of thing, compares two different images of that type of thing, and then makes up a binary that explains why they are different. The bot parodies the black-and-white way that society tends to put things into dichotomies; for example, the gender binary. The original inspiration for this bot was the following tweet:
3 3
4<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">I label increasingly nonsensical images with ‘UI’ and ‘UX’ and hope they get used in serious presentations <a href="https://t.co/tDJgRp6CO5">pic.twitter.com/tDJgRp6CO5</a></p>&mdash; Sebastiaan de With (@sdw) <a href="https://twitter.com/sdw/status/709853249407361024?ref_src=twsrc%5Etfw">March 15, 2016</a></blockquote> 4<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">I label increasingly nonsensical images with ‘UI’ and ‘UX’ and hope they get used in serious presentations <a href="https://t.co/tDJgRp6CO5">pic.twitter.com/tDJgRp6CO5</a></p>&mdash; Sebastiaan de With (@sdw) <a href="https://twitter.com/sdw/status/709853249407361024?ref_src=twsrc%5Etfw">March 15, 2016</a></blockquote>
5 5
6It tweets a new binary every hour. It uses [verbly](https://github.com/hatkirby/verbly) to pick nouns, pictures, and antonyms; [GraphicsMagick](http://www.graphicsmagick.org/) to create the output images; [YAMLcpp](https://github.com/jbeder/yaml-cpp) to read a configuration file; and my C++ Twitter library [libtwitter++](https://github.com/hatkirby/libtwittercpp) to send the status updates to Twitter. 6It tweets a new binary every hour. It uses [verbly](https://github.com/hatkirby/verbly) to pick nouns, pictures, and antonyms; [GraphicsMagick](http://www.graphicsmagick.org/) to create the output images; [YAMLcpp](https://github.com/jbeder/yaml-cpp) to read a configuration file; and [mastodonpp](https://github.com/tastytea/mastodonpp) to send the status updates to Mastodon.
7 7
8The canonical difference handle is [@differencebot](https://twitter.com/differencebot). 8The canonical difference handle is [@difference@beppo.online](https://beppo.online/@difference) (previously [@differencebot](https://twitter.com/differencebot)).