<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Fitbit &#8211; Unofficial Perl API and CSV Download</title>
	<atom:link href="http://eric-blue.com/2010/05/11/fitbit-unofficial-perl-api-and-csv-download/feed/" rel="self" type="application/rss+xml" />
	<link>http://eric-blue.com/2010/05/11/fitbit-unofficial-perl-api-and-csv-download/</link>
	<description>Technology, Philosophy, and Personal Development</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:36:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric Blue&#8217;s Blog &#187; Zeo Personal Sleep Coach &#8211; Hacking Your Way To A Better Night&#8217;s Sleep</title>
		<link>http://eric-blue.com/2010/05/11/fitbit-unofficial-perl-api-and-csv-download/comment-page-1/#comment-48909</link>
		<dc:creator>Eric Blue&#8217;s Blog &#187; Zeo Personal Sleep Coach &#8211; Hacking Your Way To A Better Night&#8217;s Sleep</dc:creator>
		<pubDate>Sun, 02 Jan 2011 18:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://eric-blue.com/?p=1206#comment-48909</guid>
		<description>[...] help ease my own effort to download data and help other developers, I decided to create my own OO Perl library similar to the one I initially created for Fitbit back in May.  Unlike the FitBit libary which is somewhat unofficial (Fitbit does not offer [...]</description>
		<content:encoded><![CDATA[<p>[...] help ease my own effort to download data and help other developers, I decided to create my own OO Perl library similar to the one I initially created for Fitbit back in May.  Unlike the FitBit libary which is somewhat unofficial (Fitbit does not offer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ericblue76</title>
		<link>http://eric-blue.com/2010/05/11/fitbit-unofficial-perl-api-and-csv-download/comment-page-1/#comment-28842</link>
		<dc:creator>ericblue76</dc:creator>
		<pubDate>Thu, 01 Jul 2010 01:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://eric-blue.com/?p=1206#comment-28842</guid>
		<description>API now hosted at GitHub - http://eric-blue.com/2010/06/30/fitbit-perl-api-hosted-at-github/</description>
		<content:encoded><![CDATA[<p>API now hosted at GitHub &#8211; <a href="http://eric-blue.com/2010/06/30/fitbit-perl-api-hosted-at-github/" rel="nofollow">http://eric-blue.com/2010/06/30/fitbit-perl-api-hosted-at-github/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Blue&#8217;s Blog &#187; Fitbit &#8211; Perl API Hosted at GitHub</title>
		<link>http://eric-blue.com/2010/05/11/fitbit-unofficial-perl-api-and-csv-download/comment-page-1/#comment-28841</link>
		<dc:creator>Eric Blue&#8217;s Blog &#187; Fitbit &#8211; Perl API Hosted at GitHub</dc:creator>
		<pubDate>Thu, 01 Jul 2010 01:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://eric-blue.com/?p=1206#comment-28841</guid>
		<description>[...] Box WordPress PluginLast month I announced a new &#8220;hacking&#8221; project &#8211; creating a Perl API for my FitBit device.  Traditionally, whenever I host one of my projects I usually include both the project page and [...]</description>
		<content:encoded><![CDATA[<p>[...] Box WordPress PluginLast month I announced a new &#8220;hacking&#8221; project &#8211; creating a Perl API for my FitBit device.  Traditionally, whenever I host one of my projects I usually include both the project page and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Blue</title>
		<link>http://eric-blue.com/2010/05/11/fitbit-unofficial-perl-api-and-csv-download/comment-page-1/#comment-28834</link>
		<dc:creator>Eric Blue</dc:creator>
		<pubDate>Wed, 30 Jun 2010 23:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://eric-blue.com/?p=1206#comment-28834</guid>
		<description>Hi John,

It&#039;s not currently hosted on any public site, however I was planning on eventually doing it (now is probably a good time!).  I&#039;d appreciate any help you can offer.  My time is limited, and any way I can get the code out to the public so they can contribute in turn would be fantastic.

I&#039;ll send you a follow-up email shortly to work out the details.</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>It&#8217;s not currently hosted on any public site, however I was planning on eventually doing it (now is probably a good time!).  I&#8217;d appreciate any help you can offer.  My time is limited, and any way I can get the code out to the public so they can contribute in turn would be fantastic.</p>
<p>I&#8217;ll send you a follow-up email shortly to work out the details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John SJ Anderson</title>
		<link>http://eric-blue.com/2010/05/11/fitbit-unofficial-perl-api-and-csv-download/comment-page-1/#comment-28767</link>
		<dc:creator>John SJ Anderson</dc:creator>
		<pubDate>Tue, 29 Jun 2010 10:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://eric-blue.com/?p=1206#comment-28767</guid>
		<description>Hi, is your code available on Github or any other sort of public RCS site? I&#039;d like to hack on this a bit, but it&#039;s not clear whether the code available from your site is all there is at this point, or whether there&#039;s a test suite that&#039;s not exposed...

If I could help out, I&#039;d be happy to help you get what you&#039;ve got up on Github with an eye towards eventually getting it onto CPAN so that it&#039;s easier for other people to find and extend -- drop me a line if that&#039;s something I could help with.</description>
		<content:encoded><![CDATA[<p>Hi, is your code available on Github or any other sort of public RCS site? I&#8217;d like to hack on this a bit, but it&#8217;s not clear whether the code available from your site is all there is at this point, or whether there&#8217;s a test suite that&#8217;s not exposed&#8230;</p>
<p>If I could help out, I&#8217;d be happy to help you get what you&#8217;ve got up on Github with an eye towards eventually getting it onto CPAN so that it&#8217;s easier for other people to find and extend &#8212; drop me a line if that&#8217;s something I could help with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Prodoehl</title>
		<link>http://eric-blue.com/2010/05/11/fitbit-unofficial-perl-api-and-csv-download/comment-page-1/#comment-28285</link>
		<dc:creator>Pete Prodoehl</dc:creator>
		<pubDate>Fri, 18 Jun 2010 01:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://eric-blue.com/?p=1206#comment-28285</guid>
		<description>Thanks for doing this. When I read the Fitbit didn&#039;t let you easily get at your data, I figured there might be a Perl solution. ;)</description>
		<content:encoded><![CDATA[<p>Thanks for doing this. When I read the Fitbit didn&#8217;t let you easily get at your data, I figured there might be a Perl solution. <img src='http://eric-blue.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jrnold</title>
		<link>http://eric-blue.com/2010/05/11/fitbit-unofficial-perl-api-and-csv-download/comment-page-1/#comment-27443</link>
		<dc:creator>jrnold</dc:creator>
		<pubDate>Mon, 24 May 2010 20:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://eric-blue.com/?p=1206#comment-27443</guid>
		<description>Thanks for the api. While not a Perl user myself, it inspired me to fork and improve on the wadey&#039;s python-fitbit api. My fork can be found at http://github.com/jrnold/python-fitbit. Here are a few things that I learned and thought you might find useful.

All the historical graph calls can take periods of greater than 1 day. I found that they will accept 1d, 7d, 1m, 3m, 6m, 1y, and max for the period argument.

The way I solved the cross-date problem with sleep-data as well as finding multiple sleep records for a single day is to parse www.fitbit.com/sleep/yyyy/mm/dd for the given date. From this, I got the ids for all the sleep records on that day. The &quot;To Bed At&quot; element includes both the date and time, so for the graph observations it is just a matter of incrementing one minute from the start time for each data point.

I was also able to get data on logged activities, and activity records (both summary data and the per minute data in the flash graphs) by parsing www.fitbit.com/activities/yyyy/mm/dd.</description>
		<content:encoded><![CDATA[<p>Thanks for the api. While not a Perl user myself, it inspired me to fork and improve on the wadey&#8217;s python-fitbit api. My fork can be found at <a href="http://github.com/jrnold/python-fitbit" rel="nofollow">http://github.com/jrnold/python-fitbit</a>. Here are a few things that I learned and thought you might find useful.</p>
<p>All the historical graph calls can take periods of greater than 1 day. I found that they will accept 1d, 7d, 1m, 3m, 6m, 1y, and max for the period argument.</p>
<p>The way I solved the cross-date problem with sleep-data as well as finding multiple sleep records for a single day is to parse <a href="http://www.fitbit.com/sleep/yyyy/mm/dd" rel="nofollow">http://www.fitbit.com/sleep/yyyy/mm/dd</a> for the given date. From this, I got the ids for all the sleep records on that day. The &#8220;To Bed At&#8221; element includes both the date and time, so for the graph observations it is just a matter of incrementing one minute from the start time for each data point.</p>
<p>I was also able to get data on logged activities, and activity records (both summary data and the per minute data in the flash graphs) by parsing <a href="http://www.fitbit.com/activities/yyyy/mm/dd" rel="nofollow">http://www.fitbit.com/activities/yyyy/mm/dd</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Blue&#8217;s Blog &#187; Weekly Lifestream for May 16th</title>
		<link>http://eric-blue.com/2010/05/11/fitbit-unofficial-perl-api-and-csv-download/comment-page-1/#comment-27185</link>
		<dc:creator>Eric Blue&#8217;s Blog &#187; Weekly Lifestream for May 16th</dc:creator>
		<pubDate>Mon, 17 May 2010 02:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://eric-blue.com/?p=1206#comment-27185</guid>
		<description>[...] blog post: Fitbit – Unofficial Perl API and CSV Download http://eric-blue.com/?p=1206 [...]</description>
		<content:encoded><![CDATA[<p>[...] blog post: Fitbit – Unofficial Perl API and CSV Download <a href="http://eric-blue.com/?p=1206" rel="nofollow">http://eric-blue.com/?p=1206</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

