##What ?
PNRly
is a script that enables a user to track their Indian Railways' PNR status and update them if their status changes (For example, when a passenger's reservation status changes from W/L 10
to W/L 9
or from W/L 1
to S4, 30
/CNF
etc.)
##Requisites ? This script requires you to have an account on FullOnSms.com. Your system also needs to have Python 2.7 downloaded and installed (If you don't have it already).
##Working To run the software,
-
On
LINUX
* First `download` this script from the repository (Git Clone/Download ZIP) * `cd` to the extracted files directory * `run` the following command in the terminal ``` $ python ./pnrly.py ```
-
On
WINDOWS
Pending
##Customization
The script checks the PNR status every 15 minutes (900 seconds). To change it, you can change the update frequency by editing the last line of pnrly.py
script.
time.sleep(900) #check every 15 minutes
##License & Credits
Copyright (C) 2013 Naga Rohit (snagarohit@gmail.com)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
For a copy of GNU General Public License see http://www.gnu.org/licenses/
This script uses Indian Railways PNR Enquiry Service & sendsms
script by siddhant3s
##DISCLAIMER The author of this script is in no way associated with Indian Railways or FullOnSms. This script is for personal or educational use only. Any commercial use is forbidden. Author takes no responsibility whatsoever if this script is misused in any way. Author is not responsible for any losses incurrred to any individual, company or property either directly or indirectly as a result of using this script. Also, there is no warranty of any kind with this script.