Alerts by sending SMS using Twilio whenever a theater opens booking on specific movie
Python 3 or greater pip3
You need a Twilio account to obtain the sid and authid to send SMS. Get here https://twilio.com
Clone repo using
git clone https://github.com/tarunkumar519/bmsalert.git
cd bmsalert/
Install dependencies using
pip3 install -r requirements.txt
python3 bmsalert.py
Run this and put it aside. Whenever tickets are available, script sends the SMS to all the numbers and exits. By default delay is set to 30 Seconds, you can change this inside the script.
Due to the dependencies used in this script, you can easily run this on a RaspberryPi, Android, iOS(iSH) and other devices with ease.. or spin up a server.
If you like this repo , give it a star to support me for future updates.
MIT License
Copyright (c) 2022 Tarun kumar