Emulator000 / antiflood-bot

A performing antiflood Telegram Bot made in PHP with long polling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configure the bot

Create a config_local.yaml file inside the config folder with this content:

# config/config_local.yaml
imports:
  - { resource: config.yaml }

bot:
  token:
    - 'YOUR_TOKEN_HERE'
    - 'YOUR_SECOND_TOKEN_HERE'
    - '...'

Starting the bot

This application will run as CLI application, long running PHP process and in long polling mode Telegram Bot. Go into a terminal and simply run php antiflood-bot command.

About

A performing antiflood Telegram Bot made in PHP with long polling

License:Other


Languages

Language:PHP 100.0%