Downloading garmin connect running statistics through JSON API (No more webscraping in web 2.0 ?)2008-09-01 22:44:53Garmin has long promised to provide a Web Service API to fetch the last "activities" from their Garmin Connect website. Unfortunately it does not seem to be of any priority to them.
But luckily thanks to AJAX it is really easy nowadays to understand data - a 5 line perl script by using HTML::Form for the login, fetching the data through a simple GET request and JSON->new()->json\ToObj(..) to parse the response. I someone miss the times where you had to use multi-line regular expressions to find something in an ugly HTML file :) Anyhoo - you can see the result at https://herbert.poul.at/wiki/show/Running/ Hey, we have Signatures !!! Great, isn't it ? ;) Posted by Herbert Poul 2 Comments |
|
Comments: | |
---|---|
Posted by Anonymous |
2010-02-18 18:19:00 - Re: Downloading garmin connect running statistics through JSON API (No more webscraping in web 2.0 ?)
|
Posted by Anonymous |
|
Please login to post a reply.