A Discord bot that fixes broken Twitter, TikTok and Reddit Embeds. This repository is archved in a BROKEN STATE. I'm uninterested in continuing to maintain it.
Many sites that implement the Fediverse protocol have bad embeds, The goal of this module would be to fix this...
.well-known/webfinger could be used to cache results (whether or not a site implements ActivityPub) and attempt to read post data.
Perhaps fingerprinting the existing embed (MESSAGE_UPDATE) based on the way we know fediverse sites tend to respond; I want to avoid probing .well-known/webfinger for every domain posted
Perhaps have it opt-in as well cause the fedi is still comparitively small compared to Twitter (rip) and Reddit
Many sites that implement the Fediverse protocol have bad embeds, The goal of this module would be to fix this...
.well-known/webfinger could be used to cache results (whether or not a site implements ActivityPub) and attempt to read post data.
Perhaps fingerprinting the existing embed (MESSAGE_UPDATE) based on the way we know fediverse sites tend to respond; I want to avoid probing .well-known/webfinger for every domain posted
Perhaps have it opt-in as well cause the fedi is still comparitively small compared to Twitter (rip) and Reddit