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
- Host: GitHub
- URL: https://github.com/nabikaz/telegram-auto-responder
- Owner: NabiKAZ
- License: gpl-3.0
- Created: 2018-08-23T09:01:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T09:41:53.000Z (over 6 years ago)
- Last Synced: 2025-03-29T09:42:15.077Z (28 days ago)
- Topics: auto, bot, group, monitoring, php, responder, response, robot, telegram
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 8
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 &
```