Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krv006/telegram-bots
Telegram Bots
https://github.com/krv006/telegram-bots
Last synced: 6 days ago
JSON representation
Telegram Bots
- Host: GitHub
- URL: https://github.com/krv006/telegram-bots
- Owner: krv006
- Created: 2024-09-17T08:49:25.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T14:41:30.000Z (2 months ago)
- Last Synced: 2024-11-07T15:06:35.183Z (about 2 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.