telegram-to-discord-application

An application with a simple interface that allows Telegram messages from specified channels to be sent to a specified Discord webhook.

Requirements
The application uses many libraries, but the only external ones are found below:

Python Libraries:
Tkinter - https://pypi.org/project/tkinter-page/
Discord Webhook - https://pypi.org/project/discord-webhook/
Telethon - https://pypi.org/project/Telethon/

To connect to Telegram, you must acquire API credentials from the link found bellow:

Telegram API Information:
https://core.telegram.org/api/obtaining_api_id

How does it work?
The application uses Tkinter to create a user interface that can be navigated with ease. The connection to Telegram is established through the use of Telethon, while the webhook payload is delivered with the Discord Webhook library.

Note: As of right now this application only supports text messages, media is a work in progress.

How to configure it?
Once you start the application, navigate to the ‘API Credentials’ window. Once the correct credentials are provided, a session can be initiated allowing the rest of the program to become accessible. Keep in mind, at least one channel must be added in order to start listening to Telegram messages.

Video Tutorial:
https://www.youtube.com/watch?v=HlDqeVO7IPs

Recently Added:

Coming Features:

Bugs/Issues
If any issues are found it would be appreciated if they are reported, thank you.