Skip to content

jexio/kv

Repository files navigation

Simple echo-bot

Supported types

  • Text
  • Photo

How to run

  • Create the .env file based on the .env.dev
  • Put your telegram bot token into the .env file.
  • If you want to change the rabbitmq settings in the .env file, you should update them in docker-compose.yaml in the rmq section.
  • Build base image
  • Run containers
docker build -f deploy/Dockerfile -t tg:latest .
docker-compose -f deploy/docker-compose.yaml --project-directory . up

Credits

  • aiogram aiogram is modern and fully asynchronous framework for Telegram Bot API.
  • aio-pika aio-pika is a wrapper for the aiormq for asyncio and humans.
  • dependency injector Dependency injection framework for Python.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published