From 0097ac4d626b5fbaf1d39cd7c4898d60cbc3442d Mon Sep 17 00:00:00 2001 From: kiyayo <37314590+kiyayo@users.noreply.github.com> Date: Tue, 17 Mar 2020 09:02:30 -0500 Subject: [PATCH] initial commit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3d4a1cf --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# mariobot +This script downloads an image from safebooru macthing the tags given and uploads it to a server using the mastodon api + +# Requirements +[Racket](https://download.racket-lang.org/) + +# Usage +```shell +racket bot.rkt +``` +