{ "info": { "author": "Stoica Tedy", "author_email": "stoicatedy@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# HikLoad\n\nA short Python script that downloads video recordings from the day that this script is run from a Hikvision DVR.\n\n## Using with docker\n\n```sh\ndocker pull tedyst/hikload:latest\n```\n\nIf you are using docker, you could use the environment variables:\n\n```docker\nENV server \"192.168.1.69\"\nENV cameras \"101 201\"\nENV user \"admin\"\n```\n\n## Modifying the config\n\nYou can modify ./config.py as follows:\n\n```python\nCONFIG = {\n //This is the address of the DVR\n \"server\": \"192.168.1.69\",\n //These are the cameras that you are going to download from.\n //101 means main stream of camera 1\n //201 means main stream of camera 2\n \"cameras\": [\n \"101\",\n \"201\"\n ],\n \"user\": \"admin\",\n \"password\": \"\",\n \"downloadPath\": \"./Downloads/\"\n}\n```\n\n## Using your own script\n\n```python\nfrom hikload.util import getList, downloadRTSP\n\nlist = getList(ElementTree)\nfor i in list:\n downloadRTSP(i[0],i[1],i[2])\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Tedyst/HikLoad", "keywords": "", "license": "MIT Licence", "maintainer": "", "maintainer_email": "", "name": "hikload", "package_url": "https://pypi.org/project/hikload/", "platform": "", "project_url": "https://pypi.org/project/hikload/", "project_urls": { "Homepage": "https://github.com/Tedyst/HikLoad" }, "release_url": "https://pypi.org/project/hikload/0.2.dev0/", "requires_dist": null, "requires_python": "", "summary": "Auto Download videos from HikVision DVR", "version": "0.2.dev0" }, "last_serial": 4964653, "releases": { "0.2.dev0": [ { "comment_text": "", "digests": { "md5": "9eb5e64c0f8f8afdcc6d46fe4612b71b", "sha256": "5c048fc027345a42c53bc7b29e674fde236d74ac76155a93f1ccb3366daa264b" }, "downloads": -1, "filename": "hikload-0.2.dev0.tar.gz", "has_sig": false, "md5_digest": "9eb5e64c0f8f8afdcc6d46fe4612b71b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3170, "upload_time": "2019-03-20T16:52:47", "url": "https://files.pythonhosted.org/packages/66/b1/75e1fde7505975df0536a2ad30e6423e7c7328ffdab7f66009daf6c30daa/hikload-0.2.dev0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9eb5e64c0f8f8afdcc6d46fe4612b71b", "sha256": "5c048fc027345a42c53bc7b29e674fde236d74ac76155a93f1ccb3366daa264b" }, "downloads": -1, "filename": "hikload-0.2.dev0.tar.gz", "has_sig": false, "md5_digest": "9eb5e64c0f8f8afdcc6d46fe4612b71b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3170, "upload_time": "2019-03-20T16:52:47", "url": "https://files.pythonhosted.org/packages/66/b1/75e1fde7505975df0536a2ad30e6423e7c7328ffdab7f66009daf6c30daa/hikload-0.2.dev0.tar.gz" } ] }