This bot fixes embed preview for social media links.
You can add it to your group chat by @FxEmbedBot
- Instagram (via InstaFix)
- TikTok (via vxtiktok)
- X/Twitter (via FxTwitter)
- Reddit (via fxreddit)
- 9GAG (via fx9gag)
-
Clone the repository:
git clone https://github.com/kshmidt/telegram-fx-embed-bot.git cd telegram-fx-embed-bot
-
Create a
.env
file in the root directory and add your Telegram bot API token:API_TOKEN=your_telegram_bot_api_token
To start in development mode with file watching:
deno task dev
To start in production mode:
deno task start
To compile the executable:
deno task compile