From 526668157417802dc8bbe890f3d58819eb7eb98c Mon Sep 17 00:00:00 2001 From: arne Date: Sat, 18 Feb 2023 20:33:34 +0100 Subject: [PATCH] Mention Pixelfed in README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7dd39e..54c1f3f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Fediverse Image Bot -This is a small program that posts an image from a given folder every time you call it. +This is a small program that posts image from a given folder to a Mastodon or Pixelfed server every time you call it. It aims to be easy to use and easy to set up. It has been tested and works with Mastodon 4.x and Pixelfed 0.11.x. Usage: + +``` +deno run -A main.ts [folder] +``` ## Setup @@ -17,7 +21,7 @@ An access token is required for this bot to log into an account and act on behal - Scroll down to "Scopes"; you can uncheck everything and check only `write:media` and `write:posts`. - Click submit. You will be redirected to https://botsin.space/settings/applications - Click on the application you just created -- Copy the value in the row "your access token". It will be a sequence of letters and numbers that looks like `K3g57Yv4-wsg8I78VzegJIowGr-AS1HWmXO2tD9MmPu`. +- Copy the value in the row "your access token". It will be a sequence of letters and numbers that looks like `K3g57Yv4-wsg8I78VzegJIowGr-AS1HWmXO2tD9MmPu` (for Pixelfed servers this will be longer) Anybody with this access token can use the account to upload media and write posts, so take care to not publish it anywhere where a lot of people have access to it.