- It can transfer messages from both Telegram to Discord and Discord to Telegram
- Supports transfaring media, documents, voice messages and stickers
- Create as many bridges as you like
- Easy to setup and run
- Create a Discord Bot and copy your bot token and application ID
- Set up a Telegram Application and copy your API ID and API Hash
- Install python 3.8 or higher and git and add them to the path
- Git-clone this repo & change directory
git clone https://github.com/Shinobi7k/TelegramDiscordBridge.git
cd TelegramDiscordBridge
- Install modules using pip
pip install -r requirements.txt
- Copy
example.settings.yaml
tosettings.yaml
and fill the needed variables - Run the main file
python main.py
- You will see a message in the terminal asking for a phone number or a bot token, this is needed by Telegram only the first time you run the bridge. So either enter your phone number or your bot token
PS: Make sure to give the Telegram bot access to messages.