Arwichok / tgbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram structure bot | Alpha

Init

Create virtualenv

make venv

Install packages

make install

or for dev

make install_dev

Copy env and set your variables

cp .env.dist .env

Start

make start

You can start bot as

  1. Polling
  2. Webhook
  3. Web-Polling (Run Aiohttp App with polling)
  4. Gunicorn

About


Languages

Language:Python 96.4%Language:Makefile 3.6%