Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krv006/telegram-bots

Telegram Bots
https://github.com/krv006/telegram-bots

Last synced: 6 days ago
JSON representation

Telegram Bots

Awesome Lists containing this project

README

        

# Insta Reels Downloader Bot

![aiogram](https://img.shields.io/badge/python-v3.12-blue.svg?logo=python&logoColor=yellow) ![aiogram](https://img.shields.io/badge/aiogram-v3-blue.svg?logo=telegram)

## About
![insta](https://github.com/user-attachments/assets/03768fd5-26ac-4d41-8a8a-153596198281)

## Link the bot
[Telegram Bot](https://t.me/instdownloder_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](https://www.siteguarding.com/en/how-to-get-telegram-bot-api-token).

- Run the bot using `python main.py`.