Python Telegram Bot Tutorial: How to create Telegram Bot with Webhook #3 | Python project

Published: 24 February 2019
on channel: Red Eyed Coder Club
41,695
480

In this part #3 of Python Telegram bot tutorial I'll show you how to create Telegram bot with Webhook. How to test Telegram Webhook locally (before deploy on a server) with tunnel, How to combine the CoinMarketCap parser (from the previous video) with the Bot.

The Telegram Bot takes a command (cryptocurrency ticker) from a user, such as: /btc, /eth, /xrp, etc., performs a request to the CoinMarketCap API and returns to the user a price of the cryptocurrency in USD.

The Telegram Bot is a Flask framework application that uses a webhook to receive updates.


Follow me @:
Telegram: https://t.me/red_eyed_coder_club
Twitter:   / codereyed  
Facebook: https://fb.me/redeyedcoderclub


============ SOURCE CODE ================
📎️ The SOURCE CODE is available via Patreon:
  / telegram-bot-for-27990251  
======================================


✴️✴️✴️ Web Scraping course ✴️✴️✴️
is available via Patreon here:
  / red_eyed_coder_club  

or its landing:
https://red-eyed-coder-club.github.io...


➥ Please ➥ Like ➥ Comment ➥ Subscribe


-- PLAYLIST --

   • Python Telegram Bot Tutorial: Demo an...   - # 1. Demo and preparations
   • Python Telegram Bot Tutorial: Main lo...   - # 2. CoinMarketCap parser
   • Python Telegram Bot Tutorial: How to ...   - # 3. Creating bot, webhook, testing
   • Python Telegram Bot Tutorial: How to ...   - # 4. Deploy to PythonAnyWhere

Covered topics:

1. Dealing with CoinMarketCap API
2. Making GET and POST requests with the Requests library
3. Dealing with json-objects with Python (reading and writing)
4. Creating a Flask application. Handling POST-requests with a Flask
5. Searching a text with regular expressions
6. Creating a Telegram Bot with BotFather. Adding a bot commands.
7. Dealing with the Telegram bots API.
8. Testing a webhook with tunneling services
9. Deploy Telegram bot (a Flask application) to the PythonAnyWhere servers.
10. Solving a SSL certificates issue with the Flask-SSLify extension


➥➥➥ SUBSCRIBE FOR MORE VIDEOS ➥➥➥
Never miss a new video.
Subscribe ⇢    / @redeyedcoderclub