{"id":16293265,"url":"https://github.com/jackblk/hikvision-isapi-web-client","last_synced_at":"2025-07-19T23:10:53.834Z","repository":{"id":130959025,"uuid":"560789347","full_name":"jackblk/hikvision-isapi-web-client","owner":"jackblk","description":"Web client to remote control compatible HIKVISION devices via ISAPI","archived":false,"fork":false,"pushed_at":"2024-01-12T09:12:01.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T10:50:01.224Z","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/jackblk.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,"publiccode":null,"codemeta":null}},"created_at":"2022-11-02T09:17:50.000Z","updated_at":"2025-03-05T04:18:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"f54af23b-4674-40f0-9ffc-8168c05fcd42","html_url":"https://github.com/jackblk/hikvision-isapi-web-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jackblk/hikvision-isapi-web-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackblk%2Fhikvision-isapi-web-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackblk%2Fhikvision-isapi-web-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackblk%2Fhikvision-isapi-web-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackblk%2Fhikvision-isapi-web-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackblk","download_url":"https://codeload.github.com/jackblk/hikvision-isapi-web-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackblk%2Fhikvision-isapi-web-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266039017,"owners_count":23867815,"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-10-10T20:10:40.693Z","updated_at":"2025-07-19T23:10:53.786Z","avatar_url":"https://github.com/jackblk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hikvision-isapi-web-client\n\nWeb client to remote control compatible HIKVISION devices via ISAPI\n\n## Features\n\nOnly supports controlling Access Control device right now. Feel free to contribute.\n\nCan schedule with [APScheduler](https://apscheduler.readthedocs.io/). Check [app.py](src/app.py) for example.\n\n## Docker usage\n\nSetup `.env` file from template `.env.example` and run:\n\n```shell\ndocker run --rm \\\n    --env-file ./.env \\\n    -p 5000:5000 \\\n    -e VERIFY_SSL=true \\\n    -it ghcr.io/jackblk/hikvision-isapi-web-client:latest\n```\n\nAccess server at \u003chttp://localhost:5000/\u003e\n\n## Usage\n\n* Clone repo\n* [Activate virtual env](https://docs.python.org/3/library/venv.html) and install\ndependencies: `pip install -r requirements.txt`\n* Copy `.env.example` to `.env` file, fill in credentials\n* Run server: `flask --app src/app.py run`\n* Access server at \u003chttp://localhost:5000/\u003e\n\n### Environment variables\n\n* `VERIFY_SSL`: Any value that's not `true` will ignore the SSL validation. Default: `true`.\n* `AUTH_KEY`: Authentication key to use this GUI. Defaults to empty.\n\n### Use with WSGI\n\n**WSGI servers like Gunicorn is NOT FULLY supported** since there might be unforeseen\nissues related to multiple workers.\n\n* Run server: `gunicorn --preload --chdir ./src 'app:app'`\n* Access server at \u003chttp://localhost:8000/\u003e\n\nWithout `--preload`, multiple workers will cause the cronjob to be executed on each worker.\n\nOn Mac, use `export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES` to [avoid fork issue](https://stackoverflow.com/questions/50168647/multiprocessing-causes-python-to-crash-and-gives-an-error-may-have-been-in-progr).\n\n## Development\n\nSame as [Usage](#usage) but use `flask --app src/app.py --debug run` instead to\nwatch for changes \u0026 auto reload.\n\nAccess the dev server at \u003chttp://localhost:5000\u003e\n\nDocker build:\n\n```shell\ndocker build --rm \\\n    -t ghcr.io/jackblk/hikvision-isapi-web-client:latest \\\n    .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackblk%2Fhikvision-isapi-web-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackblk%2Fhikvision-isapi-web-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackblk%2Fhikvision-isapi-web-client/lists"}