nimaa77 / telegram-observer-bot

Source of a Telegram bot that observe your group and help admins to manage easier.

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. Configure database connection settings in .env file
  4. Generate a random string for APP_KEY var. (psst, you can use openssl rand -hex 32)
  5. Fill in the BOT_ variables with proper values
  6. Use Artisan's serve command:
user@host:~$ 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)
  • MySQL/MariaDB (>=5.6 / >=10.0)

About

Source of a Telegram bot that observe your group and help admins to manage easier.

License:GNU Affero General Public License v3.0


Languages

Language:PHP 98.8%Language:Dockerfile 1.2%