Bot Forwarder
Service
Telegram Bot
Tools
Python, Aiogram, Google Translate API
Timeline
1 week
Customer’s wish
Create a telegram bot that easily removes unwanted watermark words (generally, these words could be found at the end of the channel's message).
Translate and post this filtered message to the specified channels.
Solution
I used Aiogram to develop the base of the bot. Regular expressions used to remove the telegram links and other unwanted words from the message.
Then the bot translates the text to the Ukrainian using Google Translate API.