Course Introduction
In this course, you will create an IMAX movie ticket reservation opening notification at CGV Yongsan I-Park Mall using Python.
Following my blog post titled "Booking a great seat at the Yongsan IMAX for Avengers: Endgame with Python," I decided to create a video lecture on the related topic.
The course structure is as follows:
- Crawling CGV showtimes using Python, requests, and bs4 modules.
- Create a Telegram bot to notify you via Telegram message.
- You can use the scheduler to run it at regular intervals to provide a real-time notification function!
We don't just write code; we build servers using AWS EC2 so you can run them on real services.
Whether you're new to web crawling, have only a basic understanding of Python, or have no knowledge of server setup, you can build your own movie ticket reminder service through this course!
Learn web crawling in a fun way by creating a real service, not just learning theories or how to use it!
Related Posts