I set up Poetry for python package and env management (including Jupyter notebooks) and started experimenting with fetching AMC’s showtime pages. Here’s what I found:
- You can’t request a showtimes page by itself. It will ask for a theater location.
- After peeking around in dev tools on the showtimes page, I found that it actually sends a request to the server with a theater set in the url!
- There is also a page on AMC to view showtimes for ALL movies, which I could theoretically use later to create a calendar for any movie, instead of just for one specific movie’s showtimes.
Still much work to do, but I’m getting there! 👍
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.