👻 Please follow me for new updates Dev.to | Github | Github Org
😉 Please join our discord server Discord
💫 Please have an interesting relationship with me Telegram | Email
This is a simple Python script that forwards messages from a Discord channel to a Telegram bot when a message includes a Solana token address. This is a self-bot.
Update_4.mp4
- Forward messages from a Discord channel to a Telegram bot.
- Forward DM
- Python
- Discord Self-bot
- Discord.py
- telegram.py
- telegram-send-message
- telegram-API
- Python 3.13.0 or higher
- clone the repository:
https://github.com/Any-bot/D2T-msg-forward.git
- Go to the project directory:
cd D2T-msg-forward
- Install the required packages:
pip install -r requirements.txt
- Create a .env file in the root directory of the project and add the following variables:
DISCORD_USER_TOKEN=
BOT_USERNAME=
TELEGRAM_API_ID=
TELEGRAM_API_HASH=
- Run the script:
python main.py