about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-11-08 15:41:14 -0500
committerGitHub <noreply@github.com>2017-11-08 15:41:14 -0500
commit1acdcc6f93185eeb26c8372cc347253b6eae6e89 (patch)
treeb6b88fb01aff16dc2cbae1b9e79c9f4508d5274e
parent6f998628eeb8f84ba535d32b9fc0e840a487ad83 (diff)
downloaddifference-1acdcc6f93185eeb26c8372cc347253b6eae6e89.tar.gz
difference-1acdcc6f93185eeb26c8372cc347253b6eae6e89.tar.bz2
difference-1acdcc6f93185eeb26c8372cc347253b6eae6e89.zip
Created readme
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e999a08 --- /dev/null +++ b/README.md
@@ -0,0 +1,8 @@
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:
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>
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.
7
8The canonical difference handle is [@differencebot](https://twitter.com/differencebot).