Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Notifies you when tickets for movies you like go on sale at Cineplex

Notifications You must be signed in to change notification settings

aladh/cineplex_ticket_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cineplex Ticket Checker

Checks if tickets are available for one or more movies.

Building

Ensure that go is installed before attempting to build this project.

This project can be built by running go build in the root directory, which will produce an executable named cineplex_ticket_checker.

Usage

This repo is mirrored to GitLab and runs a scheduled job to periodically check for new movies. See the check-availability job in .gitlab-ci.yml for CI configuration.

The CLI can be used as follows:

cineplex_ticket_checker -w https://webook.com example-movie1,example-movie2
  • Movie names are taken from the name portion of a movie URL (ex. https://www.cineplex.com/Movie/example-movie1), and should be comma-separated.
  • Webhooks can optionally be sent when movies are available. The webhook URL is specified with -w. The webhook payload is compatible with Discord.

About

Notifies you when tickets for movies you like go on sale at Cineplex

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages