How I saved Business logic from Telegram integration

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • async-state-machine-telegram-bot-example

    Example code with async state machine connected to telegram

  • So to demonstrate let's start with the CLI to handle our task. The CLI will ask us for the city name, and will print current temperature there. This will represent our business logic. I've found some simple open API to get the weather and city coordinates called Open-Meteo. And drafted the script (commit):

  • python-telegram-bot

    We have made you a wrapper you can't refuse

  • python-telegram-bot I could not refuse

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • pydantic

    Data validation using Python type hints

  • pydantic optional, I use it for fancy env variable parsing

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • utype VS pydantic - a user suggested alternative

    2 projects | 15 Feb 2024
  • pydantic VS marshmallow - a user suggested alternative

    2 projects | 21 Sep 2022
  • Python Type Hints Are Turing Complete

    9 projects | news.ycombinator.com | 9 Sep 2022
  • Sunday Daily Thread: What's everyone working on this week?

    6 projects | /r/Python | 6 Mar 2022
  • What type hint should I use for "some container type" in general but explicitly exclude the str type?

    2 projects | /r/learnpython | 13 Jan 2022