Skip to content

kshmidt/telegram-fix-embed-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Fix Embed bot

This bot fixes embed preview for social media links.

You can add it to your group chat by @FxEmbedBot

Link support

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/kshmidt/telegram-fx-embed-bot.git
    cd telegram-fx-embed-bot
  2. Create a .env file in the root directory and add your Telegram bot API token:

    API_TOKEN=your_telegram_bot_api_token

Usage

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

About

Telegram bot to fix link previews

Resources

Stars

Watchers

Forks

Releases

No releases published