2022-01-07
1806
#python
Damilare Jolayemi
85075
Jan 7, 2022 â‹… 6 min read

How to build and deploy a Telegram bot with Flask

Damilare Jolayemi Damilare is an enthusiastic problem-solver who enjoys building whatever works on the computer. He has a knack for slapping his keyboards till something works. When he's not talking to his laptop, you'll find him hopping on road trips and sharing moments with his friends, or watching shows on Netflix.

Recent posts:

How To Audit And Validate AI-Generated Code Output

How to audit and validate AI-generated code output

Validating and auditing AI-generated code reduces code errors and ensures that code is compliant.

Boemo Mmopelwa
Dec 2, 2024 â‹… 5 min read
Building A Background Remover With Vue And Transformers.js

Building a background remover with Vue and Transformers.js

Build a real-time image background remover in Vue using Transformers.js and WebGPU for client-side processing with privacy and efficiency.

Emmanuel John
Nov 29, 2024 â‹… 9 min read
Managing Search Parameters In Next.js With Nuqs

Managing search parameters in Next.js with nuqs

Optimize search parameter handling in React and Next.js with nuqs for SEO-friendly, shareable URLs and a better user experience.

Jude Miracle
Nov 27, 2024 â‹… 10 min read
React logo over a beige background

Data fetching with Remix’s loader function

Learn how Remix enhances SSR performance, simplifies data fetching, and improves SEO compared to client-heavy React apps.

Abhinav Anshul
Nov 26, 2024 â‹… 5 min read
View all posts

3 Replies to "How to build and deploy a Telegram bot with Flask"

  1. This is a great blog post Damilare!

    Thanks for sharing 🙂

    The part that I did not understand well is: When does the Flask app is initialized?
    To my understanding, you are asking Heroku to run bot app, via:
    web: python bot.py $PORT

    But I do not understand when the app.run() statement in the Flask app is executed.
    Does Heroku runs both bot.py as well as dictionary.py files?

    Would you please elaborate?

  2. Great Content. One thing that I do not understand is ‘webhook_url= + telegram_bot_token’
    what will the webhook_url look like? Will it be heroku url and bot token?

Leave a Reply