I have downloaded some GTFS data from http://www.131500.com. It is a zip file containing some text files such as stops.txt, trips.txt etc.
Now I would like to save that data in an SQLite database but am not sure how to do so. I did download GTFSImporter from https://github.com/jvashishtha/GTFSImporter/tree/master/GTFSImporter but I am not sure how to run it.