amin3mej / telegram-observer-bot

Telegram Observer Bot automates a few routine commands to make managing groups easier.

Home Page:https://t.me/fossobserverbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Observer Bot for Telegram

License: AGPL v3

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)

About

Telegram Observer Bot automates a few routine commands to make managing groups easier.

https://t.me/fossobserverbot

License:GNU Affero General Public License v3.0


Languages

Language:PHP 97.9%Language:Dockerfile 1.1%Language:Shell 1.0%