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

https://github.com/nabikaz/telegram-auto-responder

Monitoring a group for auto post and forward messages to another group
https://github.com/nabikaz/telegram-auto-responder

auto bot group monitoring php responder response robot telegram

Last synced: 7 days ago
JSON representation

Monitoring a group for auto post and forward messages to another group

Awesome Lists containing this project

README

        

# Telegram Auto Responder
Monitoring a group for auto post and forward messages to another group

## Manual
Initially, set and customize the variables that are at the beginning of the `index.php` file.

Run in CLI mode:
```
# php index.php
```
When run it for first time, you get two questions, put `a` and then put `u` and follow to complete.
Then you can run it in background with this command:
```
# nohup php index.php &
```