<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Fitbit%2Fpython-fitbit</id>
	<title>Fitbit/python-fitbit - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Fitbit%2Fpython-fitbit"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Fitbit/python-fitbit&amp;action=history"/>
	<updated>2026-05-09T09:20:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Fitbit/python-fitbit&amp;diff=1654&amp;oldid=prev</id>
		<title>Kenneth at 16:37, 30 January 2015</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Fitbit/python-fitbit&amp;diff=1654&amp;oldid=prev"/>
		<updated>2015-01-30T16:37:54Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== python-fitbit ==&lt;br /&gt;
&lt;br /&gt;
Fitbit API Wrapper - Fitbit API Python Client Implementation&lt;br /&gt;
&lt;br /&gt;
PIP: https://pypi.python.org/pypi/fitbit&lt;br /&gt;
&lt;br /&gt;
GitHub: https://github.com/orcasgit/python-fitbit&lt;br /&gt;
&lt;br /&gt;
Documentation: http://python-fitbit.readthedocs.org/&lt;br /&gt;
&lt;br /&gt;
API: https://wiki.fitbit.com/display/API/V1&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
 pip install fitbit&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
Documentation example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
import fitbit&lt;br /&gt;
&lt;br /&gt;
consumer_key = &amp;#039;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&amp;#039;&lt;br /&gt;
consumer_secret = &amp;#039;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&amp;#039;&lt;br /&gt;
&lt;br /&gt;
target_user_id=&amp;#039;xxxxxx&amp;#039;&lt;br /&gt;
&lt;br /&gt;
# Unauthorized Client&lt;br /&gt;
unauth_client = fitbit.Fitbit(consumer_key, consumer_secret)&lt;br /&gt;
print client.user_profile_get(user_id=target_user_id)&lt;br /&gt;
print client.get_friends(user_id=target_user_id)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# You&amp;#039;ll have to gather the user keys on your own, or try ./fitbit/gather_keys_cli.py &amp;lt;con_key&amp;gt; &amp;lt;con_sec&amp;gt; for development&lt;br /&gt;
authd_client = fitbit.Fitbit(&amp;#039;&amp;lt;consumer_key&amp;gt;&amp;#039;, &amp;#039;&amp;lt;consumer_secret&amp;gt;&amp;#039;, resource_owner_key=&amp;#039;&amp;lt;user_key&amp;gt;&amp;#039;, resource_owner_secret=&amp;#039;&amp;lt;user_secret&amp;gt;&amp;#039;)&lt;br /&gt;
authd_client.sleep()&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>