Ok - Replies. - Thread. - Optimizations. - Facets. - removed lying. Reviewed-on: #74 Co-authored-by: CatAClock <CatAClock@proton.me> Co-committed-by: CatAClock <CatAClock@proton.me>
20 lines
No EOL
726 B
Markdown
20 lines
No EOL
726 B
Markdown
# Fediverse Subdomain
|
|
|
|
A frontend to accessing my account on the fediverse
|
|
|
|
## technologies
|
|
- Rust and Rouille.
|
|
- Uses MastodonAPI, BlueskyAPI, and YoutubeAPI<sup>[1]</sup>.
|
|
|
|
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
|
|
|
|
<sup>[1]</sup>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. |