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

https://github.com/zero1max/telegram-group-call-bot

A Telegram bot built with aiogram 3.x to tag all group members with clickable links.
https://github.com/zero1max/telegram-group-call-bot

Last synced: over 1 year ago
JSON representation

A Telegram bot built with aiogram 3.x to tag all group members with clickable links.

Awesome Lists containing this project

README

          

# Telegram-Group-Call-Bot
A Telegram bot built with aiogram 3.x to tag all group members with clickable links.

First

Create venv


py -m venv venv

Second

Activate venv


venv\Scripts\activate

Third

Install requirements.txt


pip install -r requirements.txt

Fourth

Run main.py


python main.py