A Telegram bot that sends messages and images or videos to a Discord webhook, in case you have a limit on your Discord account
- Send text messages, photos, videos, or documents directly to your Discord webhook
- Python 3.11 or higher
python-telegram-bot&requests&coloramalibraries- Docker & Docker Compose (Optional, but recommended)
- Create your 'config.json' from the example
- Run the bot in the background:
docker compose up -d
- Install dependencies:
pip install -r requirements.txt
- Run the bot:
python main.py
- Make sure to fill in your
token,webhook,username, andmyid. This file is ignored by security.