Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amin3mej/telegram-observer-bot
Telegram Observer Bot automates a few routine commands to make managing groups easier.
https://github.com/amin3mej/telegram-observer-bot
bot lug lumen telegram
Last synced: about 5 hours ago
JSON representation
Telegram Observer Bot automates a few routine commands to make managing groups easier.
- Host: GitHub
- URL: https://github.com/amin3mej/telegram-observer-bot
- Owner: amin3mej
- License: agpl-3.0
- Created: 2019-02-10T13:38:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T10:58:16.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T07:47:22.271Z (over 1 year ago)
- Topics: bot, lug, lumen, telegram
- Language: PHP
- Homepage: https://t.me/fossobserverbot
- Size: 247 KB
- Stars: 35
- Watchers: 4
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Observer Bot for Telegram
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
# Installation
1. Clone the project
2. Rename `.env.example` to `.env`
3. Generate a random string for `APP_KEY` var. (psst, you can use `openssl rand -hex 32`)
4. Fill in the `BOT_` variables with proper values
5. Use Artisan's serve command:user@host:~$ php -S localhost:8000 -t public # or php artisan serve
or configure a webserver like "nginx" to reverse proxy via FPM or use CGI on `public` directory.# Requirements
* PHP (>= 7.0.0)