Web scraper bot that sends text messages when Alamo Drafthouse posts new movie showtimes.
I'm an Alamo Drafthouse regular. They update the showtimes manually, sometime between Monday-Wednesday. I got tired of refreshing the page every hour, so I decided to make a bot to do it for me.
Gotta get those good seats! Continuing to expand functionality and support.
These instructions will get a copy of the project up and running on your local machine.
Note that some features, including Twilio functionality, are disabled for the demo of this project for security purposes.
Download or clone the repository. Ensure that you have Golang installed. In the console, navigate to the project directory.
Build using the following command:
go build alamodrango.go
Run with:
go run alamodrango.go
go test unittest
- Twilio's REST API - Text messaging
- Cron - Automation