this is simple instagram reels downloader using python + selenium + pyTelegramBotAPI. In this example it uses a telegram bot to send the downloaded reels
clone this repo to your local machine using git
git clone https://github.com/ahmadrivaldi-arv/reels-downloader.gitOr manually download this repo as zip here
Go to folder
cd reels-downloaderInstall the dependencies
python3 pip install -r requirementsif you're using telegram bot paste your bot token in this line
open file src/main.py and replace the <your_token with your bot token
bot = telebot.TeleBot("<your_token>", parse_mode=None)type this command in your terminal
python3 src/main.py