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: 3 months 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.
- Host: GitHub
- URL: https://github.com/enzopita/discord-embedifier
- Owner: enzopita
- License: mit
- Created: 2024-08-19T20:28:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T20:31:15.000Z (11 months ago)
- Last Synced: 2025-02-10T21:43:43.702Z (5 months ago)
- Topics: bun, discord, typescript
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
[](https://postimg.cc/6ysDbWn7)
[](https://postimg.cc/hJ3YLcKt)
## License
You can read more details about the license by [clicking here](LICENSE.md).