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.
- Host: GitHub
- URL: https://github.com/zero1max/telegram-group-call-bot
- Owner: zero1max
- Created: 2024-11-30T13:17:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T03:18:16.000Z (over 1 year ago)
- Last Synced: 2025-01-08T04:21:48.459Z (over 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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