{"id":43244269,"url":"https://github.com/user2684/imouapi","last_synced_at":"2026-02-01T12:03:41.319Z","repository":{"id":60359115,"uuid":"541639797","full_name":"user2684/imouapi","owner":"user2684","description":"Library for controlling Imou devices by interacting with the Imou Life API","archived":false,"fork":false,"pushed_at":"2024-05-11T20:34:33.000Z","size":2084,"stargazers_count":19,"open_issues_count":1,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-31T19:44:28.317Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://user2684.github.io/imouapi","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/user2684.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-26T14:53:35.000Z","updated_at":"2025-07-08T14:25:04.000Z","dependencies_parsed_at":"2022-09-28T14:10:28.402Z","dependency_job_id":null,"html_url":"https://github.com/user2684/imouapi","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/user2684/imouapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/user2684%2Fimouapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/user2684%2Fimouapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/user2684%2Fimouapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/user2684%2Fimouapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/user2684","download_url":"https://codeload.github.com/user2684/imouapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/user2684%2Fimouapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28977660,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T11:31:13.034Z","status":"ssl_error","status_checked_at":"2026-02-01T11:30:25.558Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-02-01T12:02:56.440Z","updated_at":"2026-02-01T12:03:41.314Z","avatar_url":"https://github.com/user2684.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# imouapi\nThis python library helps in interacting with [Imou Life Open API](https://open.imoulife.com) for remote controlling programmatically your [Imou devices](https://www.imoulife.com), especially those settings such as motion detection, human detection, privacy, etc that can be changed by the Imou Life App only.\n\n## Features\n\n- Provide classes for both low level API interaction as well as device and sensors abastractions\n- Exceptions and error handling\n- Based on asyncio module\n\n## Quickstart\n\n- Install the library with `pip install imouapi`\n- Register a developer account on [Imou Life Open API](https://open.imoulife.com) and get your `appId` and `appSecret`\n- Instantiate the Imou API client (`from imouapi.api import ImouAPIClient`) and initialize it (e.g. `api_client = ImouAPIClient(app_id, app_secret, session)`)\n- Discover registered devices by importing the Discover service (`from imouapi.device import ImouDiscoverService`), inializing it (e.g. `discover_service = ImouDiscoverService(api_client)`) and running a discovery (e.g. `discovered_devices = await discover_service.async_discover_devices()`)\n- Either use the high level API by importing the Imou Device class (`from imouapi.device import ImouDevice`) and initializing it (e.g. `device = ImouDevice(api_client, device_id)`) or using directly the low level API provided by `ImouAPIClient` to interact with the device\n\nFull details on the installation process, requirements, usage and classes and methods made available by the library are available at [https://user2684.github.io/imouapi](https://user2684.github.io/imouapi)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuser2684%2Fimouapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuser2684%2Fimouapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuser2684%2Fimouapi/lists"}