{ "info": { "author": "Beno\u00eet Allard", "author_email": "benoit.allard@gmx.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Internet", "Topic :: Utilities" ], "description": "Galileo\n=======\n\n:author: Beno\u00eet Allard \n:version: 0.5.1\n:license: LGPLv3+\n:bug tracker: https://bitbucket.org/benallard/galileo/issues\n:mailing list: galileo@freelists.org (subscribe_, archive_)\n:build status: |droneio_badge|_\n\n.. _subscribe: mailto:galileo-request@freelists.org?subject=subscribe\n.. _archive: http://freelists.org/archive/galileo/\n.. |droneio_badge| image:: https://drone.io/bitbucket.org/benallard/galileo/status.png\n.. _droneio_badge: https://drone.io/bitbucket.org/benallard/galileo\n\nIntroduction\n------------\n\nGalileo is a Python utility to securely synchronize a Fitbit device with the\nFitbit web service. It allows you to browse your data on their website, and\ncompatible applications.\n\nAll Bluetooth-based trackers are supported. Those are:\n\n- Fitbit One\n- Fitbit Zip\n- Fitbit Flex\n- Fitbit Force\n- Fitbit Charge\n- Fitbit Charge HR\n\n.. note:: The newer Trackers: Alta, Surge, and Blaze are **not supported**\n due to a change in the network communication protocol.\n Help with dumps is welcome !\n\n.. note:: The Fitbit Ultra tracker is **not supported** as it communicates\n using the ANT protocol. To synchronize it, please use libfitbit_.\n\nThis utility is mainly targeted at Linux because Fitbit does not\nprovide any Linux-compatible software, but as Python is\ncross-platform and the libraries used are available on a broad variety\nof platforms, it should not be too difficult to port it to other\nplatforms.\n\n.. _libfitbit: https://github.com/openyou/libfitbit\n\nMain features\n-------------\n\n- Synchronize your fitbit tracker with the fitbit server using the provided\n dongle.\n- Securely communicate (using HTTPS) with the fitbit server.\n- Save all your dumps locally for possible later analyse.\n\nInstallation\n------------\n\nThe easy way\n~~~~~~~~~~~~\n\n.. warning:: If you want to run the utility as a non-root user, you will have\n to install the udev rules manually (See `The more complicated\n way`_, or follow the instructions given when it fails).\n\n::\n\n $ pip install galileo\n $ galileo\n\n.. note:: If you don't want to install this utility system-wide, you\n may want to install it inside a virtualenv_, the behaviour\n will not be affected.\n\n.. _virtualenv: http://www.virtualenv.org\n\nDistribution packages\n~~~~~~~~~~~~~~~~~~~~~\n\nThe following Linux distributions have packages available for installation:\n\n**Arch**:\n The utility is available from AUR_. You can install it using the yaourt_ package manager: ``yaourt -S galileo``.\n**Fedora**:\n The utility is packaged in a `COPR repo`_. Download the relevant repo\n for your version of Fedora, and then ``yum install galileo``.\n**Gentoo**:\n The utility is packaged as ``app-misc/galileo`` within the\n `squeezebox `_\n overlay. See https://wiki.gentoo.org/wiki/Layman for details of how\n to use Gentoo overlays.\n**Debian**:\n galileo is now officially part of the sid_ distribution.\n**Ubuntu**:\n The utility is available over the ppa ``ppa:cwayne18/fitbit``. Use the\n following commands to install it and start the daemon::\n\n sudo add-apt-repository ppa:cwayne18/fitbit\n sudo apt-get update && sudo apt-get install galileo\n start galileo\n\n .. note: This ppa has no support for newer Ubuntu releases. There are\n reports that the Debian package (see above) can be installed there\n though.\n\n.. _AUR: https://aur.archlinux.org/packages/galileo/\n.. _yaourt: https://wiki.archlinux.org/index.php/yaourt\n\n.. _`COPR repo`: https://copr.fedoraproject.org/coprs/stbenjam/galileo/\n\n.. _sid: https://packages.debian.org/sid/main/galileo\n\nThe more complicated way\n~~~~~~~~~~~~~~~~~~~~~~~~\n\nFirst, you need to clone this repository locally, and install the required\ndependencies:\n\n**pyusb**:\n Need at least a 1.0 version, 0.4 and earlier are not compatible.\n Please use a tagged release as development version might contains bug or\n interface breakage.\n**requests**:\n Newer versions (2.x) preferred, although older should also work.\n\nYou should copy the file ``99-fitbit.rules`` to the directory\n``/etc/udev/rules.d`` in order to be able to run the utility as a\nnon-root user.\n\nDon't forget to:\n\n- restart the udev service: ``sudo service udev restart``\n- unplug and re-insert the dongle to activate the new rule.\n\nThen simply run the ``run`` script located at the root of this repository.\n\nIf your system uses systemd then there is an example unit file in the\n``contrib`` directory that you may wish to customize.\n\nDocumentation\n-------------\n\nFor the moment, this README (and the ``--help`` command line option) is the\nmain documentation we have. The wiki_ is meant to gather technical\ninformation about the project like the communication protocol, or the format\nof the dump. Once this information reached a suffficient level of maturation,\nthe goal is to integrate it into the project documentation. So head-on there,\nand start sharing your findings !\n\nManual pages for the galileo_\\(1) utility and the galileorc_\\(5) configuration\nfile are provided within the ``doc`` directory.\n\n.. _wiki: https://bitbucket.org/benallard/galileo/wiki\n.. _galileo: https://pythonhosted.org/galileo/galileo.1.html\n.. _galileorc: https://pythonhosted.org/galileo/galileorc.5.html\n\nAcknowledgements\n----------------\n\nSpecial thanks to the folks present @ the `issue 46`_ of libfitbit.\n\nEspecially to `sansneural `_ for\nhttps://docs.google.com/file/d/0BwJmJQV9_KRcSE0ySGxkbG1PbVE/edit and\n`Ingo L\u00fctkebohle`_ for http://pastebin.com/KZS2inpq.\n\n.. _`issue 46`: https://github.com/openyou/libfitbit/issues/46\n.. _`Ingo L\u00fctkebohle`: https://github.com/iluetkeb\n\nDisclaimer\n----------\n\nFitbit is a registered trademark and service mark of Fitbit, Inc. galileo is\ndesigned for use with the Fitbit platform. This product is not put out by\nFitbit, and Fitbit does not service or warrant the functionality of this\nproduct.", "description_content_type": null, "docs_url": "https://pythonhosted.org/galileo/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/benallard/galileo", "keywords": "fitbit,synchronize,health,tracker", "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "galileo", "package_url": "https://pypi.org/project/galileo/", "platform": "any", "project_url": "https://pypi.org/project/galileo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/benallard/galileo" }, "release_url": "https://pypi.org/project/galileo/0.5.1/", "requires_dist": null, "requires_python": null, "summary": "Utility to securely synchronize a Fitbit tracker with the Fitbit server", "version": "0.5.1" }, "last_serial": 2348804, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "06918b331ac2c9ed074708b715183b7d", "sha256": "710c24d5d15da6baa35d441fd28b1b187d2fe15b2462acd9d97e3374b8bd4aa8" }, "downloads": -1, "filename": "galileo-0.2-py2.6.egg", "has_sig": false, "md5_digest": "06918b331ac2c9ed074708b715183b7d", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 12378, "upload_time": "2014-01-16T23:20:31", "url": "https://files.pythonhosted.org/packages/b5/ae/97bc4cdd6be4832fbdc7c8d33bc432f99321be7ee51b907eb8c27799c904/galileo-0.2-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "80df54447dc848d35d4d7a2ab0f9f0dd", "sha256": "a9348d4387bef004080e3af92b00612192e3168d1e6c5657231a194ccae0d7d8" }, "downloads": -1, "filename": "galileo-0.2-py2.7.egg", "has_sig": false, "md5_digest": "80df54447dc848d35d4d7a2ab0f9f0dd", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 12264, "upload_time": "2014-01-16T23:18:58", "url": "https://files.pythonhosted.org/packages/a8/56/e3730236ebcd82f413fe7925393bd3c669a11e8bbefd86173b3045c4c4ec/galileo-0.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "e414293c3b44a28b79c4d5a8639f49de", "sha256": "07c2b7a68ade8b0f7f73bd8c667d8c68fcd00199c1f210e83af3e9c1c32bda47" }, "downloads": -1, "filename": "galileo-0.2.tar.gz", "has_sig": false, "md5_digest": "e414293c3b44a28b79c4d5a8639f49de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6013, "upload_time": "2014-01-16T23:17:32", "url": "https://files.pythonhosted.org/packages/4a/88/571a36956814200c958ca762e76b11e5c0624c5b9706ddf9cebd776acd11/galileo-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "f708fbc8c6414b464fb0d73460023b5d", "sha256": "03c5b02bbcffd0f516bdb6f6a3b6ae8d3b58a7e0d75896185203b1bf68e468a6" }, "downloads": -1, "filename": "galileo-0.3-py2.6.egg", "has_sig": false, "md5_digest": "f708fbc8c6414b464fb0d73460023b5d", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 17684, "upload_time": "2014-01-26T21:48:53", "url": "https://files.pythonhosted.org/packages/44/6c/889f106342b2151c19b29e19284ba4ef1af1cec6ee7be3b6606773c587ac/galileo-0.3-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "08bcecf189b9e5ea519fb2768e1d262e", "sha256": "8b790352fc64f6d02f24acf550b10028a9ac4758b8064151ac9a6f20febf2a29" }, "downloads": -1, "filename": "galileo-0.3-py2.7.egg", "has_sig": false, "md5_digest": "08bcecf189b9e5ea519fb2768e1d262e", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 17550, "upload_time": "2014-01-26T21:48:35", "url": "https://files.pythonhosted.org/packages/e3/14/884698a476ab81628b441e2fe4a940b45bc1b191c3af2faa1e3fb608421d/galileo-0.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "33ab341f74a124d0329f03e9db7a972c", "sha256": "add8e276a5e46c17863e8621790aa8c91536b4367b6fb7829ea98d1d0864b858" }, "downloads": -1, "filename": "galileo-0.3.tar.gz", "has_sig": false, "md5_digest": "33ab341f74a124d0329f03e9db7a972c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8472, "upload_time": "2014-01-26T21:49:34", "url": "https://files.pythonhosted.org/packages/c8/1c/df08a143c6946a6cea8d2f160c664e4c1b4624d2605c09b0068676af0382/galileo-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "2c15cff1f8b0238b1a5b944944468d68", "sha256": "52ef3af9b5fbb7af343871a39b24f5d07634edb83d55d66595beb13b90c5c1b2" }, "downloads": -1, "filename": "galileo-0.3.1.tar.gz", "has_sig": false, "md5_digest": "2c15cff1f8b0238b1a5b944944468d68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8549, "upload_time": "2014-02-01T09:59:07", "url": "https://files.pythonhosted.org/packages/21/5f/ebffbb30b4470244842a12f9f6660364c8af1a24566492d2f929dffb41f7/galileo-0.3.1.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "eac39bf0252b6e0484accb2616c73444", "sha256": "488f7e7d800afdb8de3410b4a6ac2da09989e6ace83c1b09cd20a65bed7831f5" }, "downloads": -1, "filename": "galileo-0.4.tar.gz", "has_sig": false, "md5_digest": "eac39bf0252b6e0484accb2616c73444", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23379, "upload_time": "2014-03-31T21:12:08", "url": "https://files.pythonhosted.org/packages/2d/27/ce2eae5fdae0c8d6de3054f3858d4e783f6e341ff323b2ce07cf58b72106/galileo-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "c13ea621136731d86ce2035d51dc996c", "sha256": "b8fa69aa3f825bba264c36fbf30978cb558c3c50b114b0c292cf8456a1c13131" }, "downloads": -1, "filename": "galileo-0.4.1.tar.gz", "has_sig": false, "md5_digest": "c13ea621136731d86ce2035d51dc996c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23978, "upload_time": "2014-06-22T15:12:23", "url": "https://files.pythonhosted.org/packages/65/0f/e801a677569844107ccbfd0fefba7606420f9a952ce88289825c1c821bd3/galileo-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "0f918f3e8556f094bd15214e72d171eb", "sha256": "fe344951a491ef375439b6b0b69e942e5375f9b9efa140fb3633565eb0341e88" }, "downloads": -1, "filename": "galileo-0.4.2.tar.gz", "has_sig": false, "md5_digest": "0f918f3e8556f094bd15214e72d171eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24293, "upload_time": "2014-10-15T20:21:50", "url": "https://files.pythonhosted.org/packages/c6/b3/506d15914dc73b53578fff277efbf8a334e71307976abdbe91ff39212ed1/galileo-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "1209bf14d97041d8956b126d803c031d", "sha256": "3b853a32b9243f93d7420cd869bb0da1ceb84098a272b778e4521771ad9f3928" }, "downloads": -1, "filename": "galileo-0.4.3.tar.gz", "has_sig": false, "md5_digest": "1209bf14d97041d8956b126d803c031d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18354, "upload_time": "2014-11-27T19:44:42", "url": "https://files.pythonhosted.org/packages/2b/84/2d9bb7d2a2d647b5bf0ee1f85441a34bfc6ba96f4f75e6dd4918fc0d1f34/galileo-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "908180ca3242b0193e856fcbc976df08", "sha256": "a1258dc7a51b6571ddc1999f48638fed40b69cd72ed72733ca0685df7c4931c1" }, "downloads": -1, "filename": "galileo-0.4.4.tar.gz", "has_sig": false, "md5_digest": "908180ca3242b0193e856fcbc976df08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18514, "upload_time": "2015-05-31T18:30:17", "url": "https://files.pythonhosted.org/packages/74/4c/f331e09a402f9ebe9451616a0bce28885349fc3dd84c7e564eeb917f48ae/galileo-0.4.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "f340a9990bf8964b35bbee5985f5b347", "sha256": "e1a4314ecfc29c1e5d8b2aef983c6a83507979239a10b7fbf830ff1d707ef6ab" }, "downloads": -1, "filename": "galileo-0.5.tar.gz", "has_sig": false, "md5_digest": "f340a9990bf8964b35bbee5985f5b347", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28285, "upload_time": "2016-07-22T17:07:22", "url": "https://files.pythonhosted.org/packages/c1/76/bb87114b03cfda024cce242af1c83312fe34b15365eb7614cccc9b4a5165/galileo-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "664fd59c614e44233fffb7706cf3b291", "sha256": "5eaebb6de0aad6ccd8e5666a614e9c8b462bc439273f56ea3e00e1768d7930ed" }, "downloads": -1, "filename": "galileo-0.5.1.tar.gz", "has_sig": false, "md5_digest": "664fd59c614e44233fffb7706cf3b291", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28382, "upload_time": "2016-09-18T08:38:20", "url": "https://files.pythonhosted.org/packages/67/d7/142c91687d1139ad579dd2ea7688b365c62380b8f530c0fbc3401ed77b42/galileo-0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "664fd59c614e44233fffb7706cf3b291", "sha256": "5eaebb6de0aad6ccd8e5666a614e9c8b462bc439273f56ea3e00e1768d7930ed" }, "downloads": -1, "filename": "galileo-0.5.1.tar.gz", "has_sig": false, "md5_digest": "664fd59c614e44233fffb7706cf3b291", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28382, "upload_time": "2016-09-18T08:38:20", "url": "https://files.pythonhosted.org/packages/67/d7/142c91687d1139ad579dd2ea7688b365c62380b8f530c0fbc3401ed77b42/galileo-0.5.1.tar.gz" } ] }