Hello friends,
In this post, we'll see a Python script to fetch the PNR status of a railway ticket for a given PNR information. The script use Rail Yatri to get the PNR status. The library beautiful soup is used to extract the relevant information. The script prompts user for a PNR number and then fetches information from Rail Yatri for the PNR.
In this post, we'll see a Python script to fetch the PNR status of a railway ticket for a given PNR information. The script use Rail Yatri to get the PNR status. The library beautiful soup is used to extract the relevant information. The script prompts user for a PNR number and then fetches information from Rail Yatri for the PNR.