The file "githeat-w1" can be run in command-line terminal. Beautiful soup and json library must be installed on user's computer.
- Python 3.6
- Beautiful Soup module(bs4)
- json module
At first, we have to enter the train number whose time-table is required. The train data is extracted using Web-Scraping (Acc. to the NTES website). The data contains train name, days of running and time-table(station name, arrival, departure, distance from source station). The data is stored in dictionary of dictionaries which is exported to a json file named "JSONData.json" in the same folder.