Skip to content

nimaa77/telegram-observer-bot

 
 

Repository files navigation

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.8%
  • Dockerfile 1.2%