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:
- python 3.x
- requests (
pip install requests
) - BeautifulSoup (
pip install bs4
)
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).
- 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