Description
In this course, you will :
- Learn Python in a practical way.
- Selenium is a tool for automating web applications.
- To select a specific node in a web page, use XPath.
- Create your Telegram bot and programme it using the Telepot library (send/receive messages and images, filter users, respond to specific commands, and so on...).
- Create your own Python library and a full Whatsapp API for your applications.
- Create a Whatsapp Online Tracker application that can run on multiple platforms step by step.
- When someone accesses Whatsapp, send a notification.
- Everything should be installed on a Raspberry Pi.
Syllabus :
1. Selenium
- First Run
- Selenium and XPath
- Improvements
2. Whatsapp Library
- Interface Definition
- Implementation
- XPaths definition
3. The Tracker
- The User Class
- Telegram Bot
- First Tracker Version
- A First Bug
4. Raspberry Pi
- Environment Preparation
- Run
5. Improvements
- Concurrency In Python
- Retry Send Message After Bot Connection Expired
- Restore Session