fortunto2 / gohomelive

Framework and toolkit for telebot-based apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telebot-components

Framework / toolkit for building bots with telebot.

Development

Install with Poetry (requires 1.2.x and higher with plugin support):

poetry install

Testing

pytest tests -vv

By default all tests are run with in-memory Redis emulation. But if you have Redis installed you can run them locally on real Redis by specifying something like

export REDIS_URL="redis://localhost:1234"

Tests must be able to find an empty Redis DB to use; they also clean up after themselves.

About

Framework and toolkit for telebot-based apps

License:GNU General Public License v3.0


Languages

Language:Python 99.9%Language:Dockerfile 0.1%