No description
New Version! - A backend has been created. It now works on a local server. Just compile it with cargo. - Facet fixed finally. - Multiple random warning fixes - Threads now go longer than the 3 that was created before. - Replies can now be seen. - Clicking on a bsky post now doesn't break the thing. - Tags not working as intended (Mastodon) - Sometimes posts don't load. This is intentional: Sometimes it's "unknown" and "external" and these aren't supported because AIDS or something. Reviewed-on: #72 Co-authored-by: CatAClock <CatAClock@proton.me> Co-committed-by: CatAClock <CatAClock@proton.me> |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE.md | ||
README.md |
Fediverse Subdomain
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 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/<HomeDirectory>/Documents/Fedi.CrowdedGames.Group --port 4000 --cors
FAQ
Question | Answer |
---|---|
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.