Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Full Stack Telegram Bot from Scratch(Python + PSQL + Heroku)
Rating: 4.0 out of 5(98 ratings)
759 students

Full Stack Telegram Bot from Scratch(Python + PSQL + Heroku)

How to build and deploy complete telegram bot with connected database
Last updated 7/2023
English

What you'll learn

  • create telegram bot from scratch
  • build and connect Postgres Database to the application
  • deploy the application to Heroku and make it accessible for all telegram users
  • learn basic functionality of Heroku
  • improve Python knowledge
  • get knowledge of Telegram Bot API

Course content

6 sections36 lectures2h 25m total length
  • Introduction1:48
  • What is telegram bot?4:33
  • Create bot via BotFather0:47
  • Set up PyCharm. Install python-telegram-bot module2:13

    There is a new version of "python-telegram-bot" lib which is not backward compatible.
    Accordingly, for the course purposes please install the particular version 13.14.

    The command which can be used:
    pip install python-telegram-bot~=13.14

  • Code first lines. Make bot to respond2:34

Requirements

  • have basic knowledge of any programming language
  • be registered telegram user
  • be able to register on GitHub and Heroku
  • be able to download PSQL and PyCharm

Description

Welcome to the course!

In this course you will:

  • create your own Telegram bot from scratch

  • build PSQL database and write all basic SQL queries

  • deploy Python application to the Heroku server and work with its features

It's designed for anyone who wants to learn how to build your first custom telegram bot with a connected database and deployment to the popular web server.

I'll take you step-by-step through engaging video tutorials and teach you everything you need to know to succeed.

The course includes 2 hours of HD video tutorials with clear captions and builds your programming knowledge while making real and functional bot.

Throughout this course, we cover a massive amount of tools and technologies, including:

  • Python 3 - the latest version of Python

  • Python multithreading topic

  • PyCharm

  • Telegram API

  • python-telegram-bot, and psycopg2 python modules

  • Database PostgreSQL

  • Git, GitHub and Version Control

  • Deployment and Heroku

  • and much more!

By the end of this course, you will be programming in Python completely your own and custom bot! It will be able to store any information you want in a dedicated database! And it will be available for any Telegram user!

Telegram is the way of the future, accordingly, why not build a useful bot which will make someone's life easier!
So what are you waiting for?

Who this course is for:

  • people interested in telegram bots and how to build and deploy complete application
  • developers curious about Telegram Bots
  • students willing to learn modern technologies