pateldigant / Movie-Notifier

Get a notification email when booking of the given movie starts on paytm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paytm Movie Notifier

Get an instant email whenever movie bookings start.

This script is used for getting notification via e-mail whenever online ticket booking starts on paytm.com
Script is pretty simple to use. Just edit the params.ini file and mention your desired city, movie, date, theatre, etc.

Requirements:

To run the script continously make use of loop.sh bash file and edit the sleep parameter. Currently set to 600 seconds (i.e script will run every 10 minutes).

Tips

  • Multiple dates and multiple receiver email id's can be given in params.ini.
  • The whole script can be run on an Android OS via termux app so you don't need to find a server to host your app.
  • Instead of using your own gmail password you can create temporary application password which would only allow emailing for this script purpose. Check the tab How to generate an App password in google help

About

Get a notification email when booking of the given movie starts on paytm.com


Languages

Language:Python 97.7%Language:Shell 2.3%