Brief Introduction
A practical introduction to writing Telegram bot with python.Learn how to create a real world Telegram Bot.Description
In the course you will learn.
- Some of advantages of having a telegram Bot as compared to Mobile App
- How to setup a Telegram Bot
- How to manage a Telegram Bot instance
- How to use Telegram online Documentation
- Using Python requests to interact with Telegram API
- Use Python Wrapper around Telegram API
- Working with Telegram commands
- Working with Telegram messages
- Handling Different media types of messages
- How to implement Keyboard button
- Working with Contact and Location Share buttons
- Use Open Weather Map API
- We will write code to get weather forecast from shared location
- Put together complete Real-world application
Requirements
- Requirements
- Basic knowledge of Python Programming language