0
0
Fork 0
No description
This repository has been archived on 2026-07-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • JavaScript 75.9%
  • HTML 14.4%
  • CSS 7.3%
  • Rust 2.4%
Find a file
2026-07-07 02:46:51 +00:00
src Update src/HTTP/JS/BlueskyAPI.js 2026-07-07 02:46:51 +00:00
.gitignore V1.1 (#72) 2025-07-17 04:07:33 +00:00
Cargo.lock fixed everything 2026-03-17 12:27:09 -07:00
Cargo.toml fixed everything 2026-03-17 12:27:09 -07:00
LICENSE.md first commit 2025-04-19 16:12:17 -07:00
README.md FurtherDevelopment (#81) 2026-03-17 19:28:31 +00:00

Fediverse Subdomain

A frontend to accessing my account on the fediverse

technologies

  • Rust and Rouille.
  • Uses MastodonAPI, BlueskyAPI[2], and YoutubeAPI[1].

Quick launch server: Cargo run --release

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. [2]Due to controersy, I have to say that this uses the app view partially.