Skip to content

wpxq/TelegramToDiscord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram To Discord


A Telegram bot that sends messages and images or videos to a Discord webhook, in case you have a limit on your Discord account


Features

/send

  • Send text messages, photos, videos, or documents directly to your Discord webhook

Requirements

  • Python 3.11 or higher
  • python-telegram-bot & requests & colorama libraries
  • Docker & Docker Compose (Optional, but recommended)

Setup

Option 1: Docker (Recommended)

  1. Create your 'config.json' from the example
  2. Run the bot in the background:
    docker compose up -d

Option 2: Manual

  1. Install dependencies:
    pip install -r requirements.txt
  2. Run the bot:
    python main.py

Configuration (config.json)

  • Make sure to fill in your token, webhook, username, and myid. This file is ignored by security.

About

A Telegram bot that sends messages and images or videos to a Discord webhook, in case you have a limit on your Discord account

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages