Skip to main content

TelegramBot wrapped by FastAPI

Project description

fastapi-telegrambot

TelegramBot wrapped by FastAPI

Prerequisite

  • Create telegram bot. Bot's token is required.

Usage - Run

from fastapi_telegrambot import application
import uvicorn

uvicorn.run( '{}|application' )

Usage - API

  • Check the swagger. ( http://{host}:{port}/docs )
  • Send a single text message.
  • Send multiple text messages.

TODO

  • logger

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastapi_telegrambot-0.25.tar.gz (3.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page