Moviesneak -- Stretch your movie ticket dollar
Ever sneak from one movie to another at the movie theatre, after only paying for one ticket? Well, I have. And I like it.
This can often be done by looking at the showtimes ahead of time and finding movies that are times relatively near each other. Although this is sometimes thwarted by placing the temporally adjacent movies in different sections of the theatre, there are often opportunities for this type of sneaking.
But instead of bothering to study movie showtime tables and such, I've written a little python script to do it for me. It's rather rudimentary. Here's how to use it:
- Get moviesneak.py
- Get showtimes for a theatre in your area.
- The format moviesneak accepts is Google Showtimes, which can be accessed by googling
showtimes <zipcode>, or using this url:http://www.google.com/movies?near=<zipcode>. - Then select all the showtimes in a particular movie theatre, starting from the review stars, not including the theatre's address.
- Copy these into a file somewhere.
- The format moviesneak accepts is Google Showtimes, which can be accessed by googling
- Run moviesneak:
moviesneak.py showtimes-file [optional time threshold in seconds].- By default, the threshold is 15 minutes (900 seconds). The threshold is how long before or after the end of one movie the following one should be. So a 15 minutes threshold means the following movie can start 15 mins before the current one ends, or 15 after (remember that even though it starts 15 mins before the current ends, you won't have to leave early, you'll only miss the previews)