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
- Follow this guide to get
api_id
,api_hash
andbot_token
- Replace those values in
CONFIG.py
- Create a virtualenv and install the
requirements.txt
- Start the bot,
python main_file.py