Skip to content

Instantly share code, notes, and snippets.

@skyqrose
Last active December 26, 2021 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skyqrose/8b2707d2769f468eb4446f009fd5c1b5 to your computer and use it in GitHub Desktop.
Save skyqrose/8b2707d2769f468eb4446f009fd5c1b5 to your computer and use it in GitHub Desktop.
MBTA GTFS Download
# Put this in a directory and run ./update to get the latest MBTA GTFS feed.
rm MBTA_GTFS.zip
rm *.txt
wget https://cdn.mbta.com/MBTA_GTFS.zip
unzip MBTA_GTFS.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment