Skip to content

fortunto2/gohomelive

 
 

Repository files navigation

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:https://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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Dockerfile 0.1%