MTAPI
MTAPI copied to clipboard
JSON proxy server for the MTA's realtime New York City subway feed
Possibly use http://web.mta.info/status/serviceStatus.txt ? This would be challenging because the text file is barely structured and will require significant parsing.
Hello, when I run the script it is giving me a type error: Traceback (most recent call last): File "app.py", line 62, in threaded=app.config['THREADED']) File "/home/pi/Desktop/MTAPI-master/mtapi/mtapi.py", line 84, in __init__...
Is there a way to query for real time bus schedules using MTAPI?
Hey So I was wondering what exactly the format is for the Json file and how individual train lines are saved. Like lets say 72nd street has the 1, 2...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.6 to 3.0.1. Release notes Sourced from werkzeug's releases. 3.0.1 This is a security release for the 3.0.x feature branch. Changes: https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-1 3.0.0 This is a feature...
The MTA does have listing of all stations in their dataset defined as "Station Locations" [here](0) Every station is part of a Complex that can contain other stations. IE ```csv...
Making note of a weird error in my aws instance, throwing me an error with import mapping __innit__.py Think it might be because python 3.10 has a change re collections...