Skip to content

Simple bash script to check changes on websites. Very useful to get to notified when tickets are on sale when you dont know the exact time. Used it to get tickets for SM:NWH.

License

Notifications You must be signed in to change notification settings

Timtendo12/Cinema-Ticket-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cinema-Ticket-checker

Simple bash script to check the tickets availability on websites. Very useful to get to notified when tickets are on sale when you dont know the exact time. Used it to get tickets for SM:NWH & Thor 4 L&T.

How to use:

Using this script is really simple.

  1. Create a bash script file. Or clone the rep.

Creating the file:

touch CinemaTicketChecker.sh

cloning:

git clone https://github.com/Timtendo12/Cinema-Ticket-checker.git
  1. Edit the script
nano CinemaTicketchecker.sh
  • When editing the script you just have to change the following sections: Cinema website: Do not put the homepage of your cinema in here. Only when you are super sure the script is able to get information you need. If you need information wether tickets are available, its really recommended to put the movie page from your cinema's website if it contains the ticket availability information.

  • Next to the website you need to put the string. What string exactly? The script check wether there are any specific changes. Which means when the tickets are availabe there should be new text appearing like: "Get tickets now", Or the date when you want to go. Put that information in a string to let the script check on the specific changes. If you are not sure on what to put in there. Check other movie pages on your cinema websites and check the differences. Its easier and by most websites the only way to let the script know on what to check. For any other question feel free to open a issue!

  1. Edit permissions (linux only)
chmod +c CinemaTicketChecker.sh
  • Do not skip this step! Without this step you might not be able to run it in your (linux) terminal. (for windows you can use CMD but I recommend git bash)
  1. Run the script
./CinemaTicketChecker.sh

Voila. If you've set it all correctly it should be running.

image (This image was from back when I used it to get tickets for SM:NWH)

!!note: The script complete depends on your research. The script does not know if any information you put in there is wrong. Use it at your own risks. lowering the timeout might get YOU timed-out by your cinemas web-server or worse... banned!!

About

Simple bash script to check changes on websites. Very useful to get to notified when tickets are on sale when you dont know the exact time. Used it to get tickets for SM:NWH.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages