A (minimalist) Telegram bot to provide clean URLs and removes any tracking info in the URL.
Self-hosted version here: https://t.me/clean_urls_bot
This bot utilises two libraries (credit to the creators)
1. Telethon
2. Unalix
- Send a link and the bot will reply with a clean URL
- Add the bot in a group and the bot will reply with clean URLs there
git clone https://github.com/agneevX/url-cleaner-bot
cd url-cleaner-bot
- Follow this guide to get
api_id
,api_hash
andbot_token
- Replace those values in
CONFIG.py
docker build . -t url-cleaner-bot
docker run -d url-cleaner-bot