Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.11 KB

README.md

File metadata and controls

47 lines (27 loc) · 1.11 KB

Insta Reels Downloader Bot

aiogram aiogram

About

insta

Link the bot

Telegram Bot

Commands

The bot has several commands that can be used to access its features:

  • /start: Start the bot

Requirements

  • Python v3.12
  • aiogram v3
  • dotenv v1

Installation

To get started with this bot, follow these steps:

  • Clone this repository to your local machine.

    $ git clone https://github.com/mexmonjonovuz/Instadownloader_bot.git
    
    
  • Create a virtual environment, activate it and install required dependencies.

    $ python3.12 -m venv .venv
    $ source .venv/bin/activate
    $ pip install -r requirements.txt
    
  • Create a new bot on Telegram by talking to the BotFather, and obtain the API token.

  • Run the bot using python main.py.