Hacker News new | ask | show | jobs
by kh_hk 3739 days ago
This script [1] using pybikes would accomplish a similar thing.

Only problem with using pybikes natively are some systems we call asynchronous. These are bike share websites that require actually clicking on a station to get the status information. This means that for getting accurate information on the entire the feed (let's say 500 stations), you would have to go through each of them. On these cases, it's way easier to just use the API.

[1]: https://gist.github.com/eskerda/bbd65539048a53eadfccc5d535ad...