midhunhk / pnr-status-app

An unofficial Android App for checking train PNR Status for Indian Rail which uses third party services to get the status.
http://www.midhunhk.com/pnr-status-app/
MIT License
5 stars 7 forks source link
android-application indian-rail java

This project is not in active development or support

pnr status app

CircleCI Release GitHub commits Issues

Project Wiki | Github Page | Versions

This is an Android App that can check the PNR Status of Train tickets in India. Since this is not an Official app, nor there is an official API available for checking the same, we need to rely on unreliable third party services and crawl the responses

Note: This project wasn't in active development or supported since 2013, but is getting updated to target the latest Android API as well as to remove the READ_SMS permission which is required by Google Play from March 2019. There is no guarantee for adding additional services or fixing any issues :)

Services Implemented

The list of API Services and their status is listed here

Screenshots

PNR Status App PNR Status App

Installation

Clone this repo and import the project as an existing Android project in Android Studio.

git clone https://github.com/midhunhk/pnr-status-app.git  

Open the project in Android Studio  

Note: This project is an unofficial app and not related or endorsed by Indian Rail.

Play Store

Get it on Google Play

Beta Channel

Opt-in to the Beta channel by visiting the link: https://play.google.com/apps/testing/com.ae.apps.messagecounter

License

` MIT License

Copyright (c) 2024 Midhun Harikumar

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. `

References

First versions created as Flex desktop app PNRStatusApp-Flex