suryavaddiraju / irctc-api

A NodeJS only package built on top of IRCTC Website APIs to book train tickets, managing user profile faster and simpler.
https://dev.vaddiraju.in/irctc-api/
Apache License 2.0
14 stars 5 forks source link

Request for feature : Ticket Probability Status #53

Open ForceGT opened 3 months ago

ForceGT commented 3 months ago

Hey, first of all, awesome stuff. Thanks for spending, countless hours dealing with reversing the shitty website

Just wanted to request the ability to check the Ticket Probabilty, which is available before booking any ticket

suryavaddiraju commented 3 months ago

Will do but it requires login process means entering answer to the captcha

suryavaddiraju commented 3 months ago

Currently working on organising IRCTC class and book ticket function. Will add your feature in next version

ForceGT commented 3 months ago

I think ConfirmTkt also scrapes from IRCTC, and gives the details right after checking PNR. Would appreciate if something like that can be done

suryavaddiraju commented 3 months ago

I think they scraped and calls irctc server from their server using their IRCTC Credentials, If I implement the same I need to have a running server to mask my IRCTC Credentials.

If you help we can scrap ConfirmTKT API and add it to our module.

ForceGT commented 3 months ago

I'll see if I can scrap ConfirmTKT stuff

suryavaddiraju commented 3 months ago

Send me the link where we can check probability status in confirmTKT