This is a small PHP script that generates a General Transit Feed Specification (GTFS) zip file for the Microsoft shuttles. All information is gathered from the publicly-accessible msshuttle.mobi website.
Pre-built GTFS bundles can be found in the Releases section of this repository.
PHP 5.4+ and Composer. If you can't install Composer, follow the steps to Run without Composer
Clone or download the repo, then run composer install
Run builder.php
from the command line or through a browser. A file named
gtfs_date.zip
will be placed in the dist
folder.
MIT