From f99e61e7492f19d57fa3decdddb447f9edf5915a Mon Sep 17 00:00:00 2001 From: CatAClock Date: Thu, 5 Jun 2025 00:30:03 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c736e00..4e674f7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A frontend to accessing my account on the fediverse ## technologies - node on a bare debian install. - npm and npx to execute it. -- Uses MastodonAPI, BlueskyAPI, and TumblrAPI. +- Uses MastodonAPI, BlueskyAPI, and YoutubeAPI[1]. - Your local machine can also run it (with the proper dependencies; take a look at the docker file). Quick launch server without docker: `npx http-server /home//Documents/Fedi.CrowdedGames.Group --port 4000 --cors` @@ -16,3 +16,7 @@ Quick launch server without docker: `npx http-server /home//Docum |--------|-------| |Where can I find my PDS?|Create an access token and then examine the payload's `aud`| |Where can I get a Youtube Key?|console.cloud.google.com/apis| + +# Notes + +[1]YoutubeAPI doesn't support posting to their post section. It's made with posting videos in mind. Their previous posting page (the bulletin board) is depreciated and most likely doesn't work as trying to get those posts result in nothing returned even though posts are made on the account. \ No newline at end of file