The bot has several commands that can be used to access its features:
/start
: Start the bot
- Python v3.12
- aiogram v3
- dotenv v1
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
.