https://github.com/mesamirh/telegrammassagesreplybot
Simple Telegram script built using Pyrogram that replies with a welcoming message when users send "hi" or "hello" in specified Telegram groups.
https://github.com/mesamirh/telegrammassagesreplybot
greetings telegram-bot
Last synced: about 2 months ago
JSON representation
Simple Telegram script built using Pyrogram that replies with a welcoming message when users send "hi" or "hello" in specified Telegram groups.
- Host: GitHub
- URL: https://github.com/mesamirh/telegrammassagesreplybot
- Owner: mesamirh
- Created: 2024-07-07T15:22:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T16:31:33.000Z (11 months ago)
- Last Synced: 2025-02-09T02:19:05.435Z (3 months ago)
- Topics: greetings, telegram-bot
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegram-massages-reply-bot
## Required Libraries
```sh
pip install pyrogram tgcrypto
```## Run script
```sh
python3 main.py
```