A bot that forwards Telegram messages to Discord via webhook. Kizmeow does not require any Discord or Telegram permissions, nor does it require adding any bots to Telegram group, the only thing required is the Discord webhook url.
The bot is under development, it only forward text messages and images currently.
Kizmeow | Other Bots | |
---|---|---|
Not required to add Discord Bot to your Discord server | ✔ | ❌ |
Not required to add Telegram Bot to your Telegram group | ✔ | ❌ |
Discord webhook not required | ❌ | ✔❌ |
Forward message from public Telegram channel which you don't own it | ✔ | ❌ |
Forward message from private Telegram channel | ❌ | ✔ |
Forward message from private or public Telegram group | ❌ | ✔❌ |
Discord embed supported | ✔ | ✔❌ |
Keyword filter | ✔ | ✔❌ |
-
Click here to download zip first.
-
Unzip the file and run CLI.exe. If you are familiar with python, you can run CLI.py too.
-
Before we run CLI.py, we need to obtain below data first:
Name | Description | Required | Example |
---|---|---|---|
Discord webhook URL | The Discord webhook you got in Discord channel | ✔ | https://discord.com/api/webhooks/953518959309783100/nv0byOn-![image](https://github.com/user-attachments/assets/70694575-c8e8-44c8-a37c-641803b80a49xwMmRfHV6lasGbkhmNX0DvQyUAMJcoRbZJeHrpIpVKdB9bjJk962BddJRq8C) |
Telegram public announcement channel | The link of the public Telegram announcement channel. Public group, private group, private channel will not work | ✔ | https://t.me/dsafdsfa3243 |
Embed color | ✔ | 0xe8006f | |
Embed hyperlink setting | ❌ | 1 | |
Keyword filter option | ✔ | 1 | |
Keyword filter bank | (✔) | hello | |
Check message every n sec | ✔ | 20 | |
Content text | ❌ | This message is forward from Telegram | |
Forward image | Forward message with image(1), don't forward message image(2) | ❌ | 1 |
The gif table below shows the steps to get these parameters.
Parameter Name | How to get the parameter? |
---|---|
Discord webhook URL | |
Telegram public announcement channel | |
Embed color |
TTK theme I use for GUI: Azure theme for ttk
A nice tool I use for convert .py to .exe : Auto PY to EXE
Code by @xeft. If you have any question, feel free to DM me on Discord or open an issue.
Kizmeow icon illustrate by Kiyue
It's recommand to use CLI since I have no time to update GUI, functions of GUI are not up to date. 😶