It is selenium based script to check for availability of tickets and venues on bookmyshow. It was orignally created for Avengers Endgame but it is written in generic way to later change it for any other service. Systemd/Timer is used to trigger script every 20 minutes.
python3.6 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
sudo systemctl start bms.timer