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

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.

Awesome Lists containing this project

README

        

# Telegram-massages-reply-bot

## Required Libraries
```sh
pip install pyrogram tgcrypto
```

## Run script
```sh
python3 main.py
```