Skip to content

bot instagram reels downloader using python,selenium & pyTelegramBotAPI

Notifications You must be signed in to change notification settings

ahmadrivaldi-arv/reels-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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