Bot to download videos from YouTube Shorts.
git clone https://github.com/rin-gil/YouTubeShortsDownloader.git
cd YouTubeShortsDownloader
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
mv .env.dist .env
- Register a new bot with @BotFather and copy the obtained token
- Insert the bot token into the .env file
- Running the bot through the bot.py file
python bot.py
YouTubeShortsDownloader is licensed under MIT