Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/enzopita/discord-embedifier
- Owner: enzopita
- License: mit
- Created: 2024-08-19T20:28:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T20:31:15.000Z (5 months ago)
- Last Synced: 2024-10-31T03:06:05.493Z (2 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
[![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).