Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.54 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.54 KB

VixBluesky 🛠️ (Inspired by FixTweet)

Embed Bluesky links in Discord.

Important

If you are still using the old domain (bskyx.app) you should consider switching to bskx.app since bskyx.app only supports Raw Media access. I do not plan to backports other features to this domain.

Fix embeds with s/y/x.

Note

This is a fork of FixBluesky by @ItsRauf. All credits go to them for the original idea and implementation.

How To Use?

Simply replace y with x in bsky.app. (bsky.app -> bskx.app)

Direct Links

You want to link to a media directly? You can prepend r. to the URL to get a direct link. Direct Link

Other features

You can see the wiki here

For developers

You can append /json at the end of each url to get the raw data VixBluesky receives.

Warning

When querying the VixBluesky API, please DO use a descriptive User-Agent. This is used to your identify traffic and avoid abuse.

A descriptive User-Agent should include at least: the name of the application, the version of the application (if applicable), and optionally a link to a website. Generally, it should somewhat looks like this YourApp (v1.7.10, https://repo.git (or any identifiable URL)).

Authors