From 865db42af66a2eb3b481b5fd8451c29d7c51ff97 Mon Sep 17 00:00:00 2001 From: arne Date: Tue, 3 Jan 2023 21:01:55 +0100 Subject: [PATCH] Add README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c2526b7 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Mastodon Image Bot + +This is a small program that posts an image from `./posts` every time you call it. You can call it like so: + +``` +MASTODON_INSTANCE_URL=... MASTODON_ACCESS_TOKEN=... deno run --allow-env --allow-net --allow-write=./posts --allow-read=./posts main.ts +```