Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enzopita/discord-embedifier

Discord bot to automatically rewrite social media links in a way that displays the embed with the post content, avoiding an additional click or bypassing paywalls.
https://github.com/enzopita/discord-embedifier

bun discord typescript

Last synced: 18 days ago
JSON representation

Discord bot to automatically rewrite social media links in a way that displays the embed with the post content, avoiding an additional click or bypassing paywalls.

Awesome Lists containing this project

README

        

# bun-discord-embedifer

Discord bot to automatically rewrite social media links in a way that displays the embed with the post content, avoiding an additional click or bypassing paywalls.

## Commands

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

## Features

- Rewrite [Twitter/X](https://x.com) links using [FxTwitter](https://github.com/FixTweet/FxTwitter)
- Rewrite [Instagram](https://instagram.com) links using [InstaFix](https://github.com/Wikidepia/InstaFix)
- Rewrite [TikTok](https://tiktok.com) links using [fxTikTok](https://github.com/okdargy/fxtiktok)
- Rewrite [Reddit](https://reddit.com) links using [fxreddit](https://github.com/MinnDevelopment/fxreddit)
- Suppress original message embed to prevent visual clutter

## Examples

[![twitter.png](https://i.postimg.cc/J4tMnthQ/image.png)](https://postimg.cc/6ysDbWn7)

[![reddit.png](https://i.postimg.cc/ZRThh5gp/image.png)](https://postimg.cc/hJ3YLcKt)

## License

You can read more details about the license by [clicking here](LICENSE.md).