{"id":23728079,"url":"https://github.com/kipe/ruuvitag","last_synced_at":"2025-09-04T05:30:51.350Z","repository":{"id":146255197,"uuid":"167574730","full_name":"kipe/ruuvitag","owner":"kipe","description":"A simple and clean Python library for RuuviTag","archived":false,"fork":false,"pushed_at":"2024-03-06T18:15:14.000Z","size":27,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-03-06T19:45:43.633Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kipe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-01-25T16:06:11.000Z","updated_at":"2022-11-09T20:56:37.000Z","dependencies_parsed_at":"2024-03-08T07:47:30.282Z","dependency_job_id":null,"html_url":"https://github.com/kipe/ruuvitag","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kipe%2Fruuvitag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kipe%2Fruuvitag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kipe%2Fruuvitag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kipe%2Fruuvitag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kipe","download_url":"https://codeload.github.com/kipe/ruuvitag/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231933147,"owners_count":18448050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-31T01:48:48.410Z","updated_at":"2024-12-31T01:48:49.131Z","avatar_url":"https://github.com/kipe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RuuviTag\n\u003e A simple and clean Python library for [RuuviTag](https://ruuvi.com/ruuvitag-specs/)\n\n## Installation\nAs the library is based on [bluepy](https://github.com/IanHarvey/bluepy),\ncompilation of `bluepy-helper` is required. This requires `glib2` development\npackages.\n\nOn Debian-based systems the installation goes a bit like:\n\n```sh\nsudo apt-get install libglib2.0-dev\npip install git+https://github.com/kipe/ruuvitag.git\n```\n\n## Usage\nFor basic usage, you can just run `RuuviTag.scan()` in a loop, like this:\n\n```python\nfrom ruuvitag import RuuviTag\n\nwhile True:\n    for tag in RuuviTag.scan():\n        print(tag)\n```\n\nFor more complicated examples including threading, and motion detection,\nsee `examples` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkipe%2Fruuvitag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkipe%2Fruuvitag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkipe%2Fruuvitag/lists"}