Skip to content

S4tyendra/MultiFeatures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

pip install -U multifeatures

Documentation

Example Usage

from MultiFeatures.IndianRailway import confirmtkt
confirmtkt_object = confirmtkt.Confirmtkt()
try:
    live_status_data = confirmtkt_object.live_train_status(train_no="12345", doj="01-01-2023", locale="en")
    print(live_status_data)
except NotAValidTrainNumber as error:
    print(f"Error: {error}")
except InternetUnreachable:
    print("Error: Connectivity issue. Please check your internet connection.")
except HTTPErr:
    print("Error: ran into an issue. Please try again later, or Check the data.")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages