Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.21 KB

go-alamodrango

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.

Screen Shot 2019-06-19 at 5 45 34 PM

Getting Started

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.

Installing

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

Running the Tests

go test unittest

Built With