Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 960 Bytes

README.md

File metadata and controls

38 lines (32 loc) · 960 Bytes

Telegram bot for help group admins

Telegram bot for managing Linuxiston Community Group

REQUIREMENTS

The minimum requirement by this project that your Web server supports PHP 7.1.0

INSTALLATION

  • Setup your bot to public folder
    example: api.telegram.org/botTOKEN/setwebhook?url=https://yourdomain.com/public
  • add bot as admin
  • edit /config/config.php
return [
	'tgBotToken' => 'BOT TOKEN',
	'groupID' => 'YOUR GROUP ID'
];

Bot can

  • Delete join user messages
  • Delete left user messages

Todo

  • Create installation script
  • Greetings for new members
  • Setting limit /ban command for any message and count /ban for messages, after over the limit ban author of message
  • ...

You can suggest extra function.

For contact
Telegram https://t.me/ErkinPardayev
Email: [email protected] or create issue here