wormraper (raper comes from scraper) is a Telegram bot that can potentially download any link that you provide, using yt-dlp (thanks to its developers, most of the work is done by yt-dlp) under the hood.
Create a virtual environment, On linux-based systems you can use:
python3 -m venv .venv
source .venv/bin/activateThen use pip to install the requirements.
pip install -r requirements.txtNOTE that you need to talk to @botfather and get your bot running. It gives you a key that you need to store it on .env file in the same directory as the project.