Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.19 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.19 KB

forthebadge

Instagram Reels Downloader

this is simple instagram reels downloader using python + selenium + pyTelegramBotAPI. In this example it uses a telegram bot to send the downloaded reels

Instalation

clone this repo to your local machine using git

git clone https://github.com/ahmadrivaldi-arv/reels-downloader.git

Or manually download this repo as zip here

Go to folder

cd reels-downloader

Install the dependencies

python3 pip install -r requirements

Setup the Telegram Bot Token

if 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)

Running the Bot

type this command in your terminal

python3 src/main.py