{"id":16431221,"url":"https://github.com/wictorwilen/ring-timelapse","last_synced_at":"2025-03-21T04:32:01.423Z","repository":{"id":81527599,"uuid":"364158665","full_name":"wictorwilen/ring-timelapse","owner":"wictorwilen","description":"A Docker container that periodically takes snapshots from your Ring cameras and then creates timelapse videos of the snapshots.","archived":false,"fork":false,"pushed_at":"2024-07-25T04:18:37.000Z","size":74,"stargazers_count":26,"open_issues_count":4,"forks_count":14,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-10-12T08:29:40.869Z","etag":null,"topics":["docker","ring","timelapse","video"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/wictorwilen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":["wictorwilen"]}},"created_at":"2021-05-04T06:18:02.000Z","updated_at":"2024-09-17T08:32:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d506985-d54b-4afd-96d8-9a821f98c35d","html_url":"https://github.com/wictorwilen/ring-timelapse","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wictorwilen%2Fring-timelapse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wictorwilen%2Fring-timelapse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wictorwilen%2Fring-timelapse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wictorwilen%2Fring-timelapse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wictorwilen","download_url":"https://codeload.github.com/wictorwilen/ring-timelapse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221811346,"owners_count":16884305,"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":["docker","ring","timelapse","video"],"created_at":"2024-10-11T08:29:28.538Z","updated_at":"2024-10-28T09:21:19.366Z","avatar_url":"https://github.com/wictorwilen.png","language":"TypeScript","funding_links":["https://github.com/sponsors/wictorwilen"],"categories":[],"sub_categories":[],"readme":"\n# Ring Timelapse generator\n\nA Docker container that periodically takes snapshots from your [Ring](https://www.ring.com) cameras and then creates timelapse videos of the snapshots.\n\n[![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/wictorwilen/ring-timelapse/latest)](https://hub.docker.com/repository/docker/wictorwilen/ring-timelapse)\n[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/wictorwilen/ring-timelapse/blob/main/LICENSE.md)\n\n## Features\n\n- Takes snapshots of all Ring cameras periodically, default 15 minutes\n- Creates a timelapse video periodically, default every day\n- Runs as a Docker container with minimal footprint\n\n\u003e **NOTE**: Taking snapshots often will drain the battery faster than normal.\n\n## Installation\n\nIn order to run the Docker container you need a Ring refresh token.\nTo generate the token use the following command:\n\n``` bash\nnpx -p ring-client-api ring-auth-cli\n```\n\nUse the following to pull the Docker container from Docker hub.\n\n``` bash\ndocker pull wictorwilen/ring-timelapse\n```\n\nBefore starting the container, create a directory that will be shared with the \ncontainer to persist the snapshots and timelapses, for instance:\n\n``` bash\ncd /media\nmkdir timelapse\n```\n\nStart the container by running:\n\n``` bash\ndocker run \\\n  -d \\\n  -e TOKEN=\"\u003cinsert token here\u003e\" \\\n  -v \"/media/timelapse:/app/dist/target\" \\\n  --restart unless-stopped \\\n  wictorwilen/ring-timelapse\n```\n\n\u003e **NOTE**: In the `-v` argument replace the local path (`/media/timelapse`) with the directory you created\n\n## Environment Variables\n\nThe following variables are required:\n\n`TOKEN` - your generated Ring token, see Installation\n\nThe following variables are optional:\n\n`CRON_SCHEDULE` - Schedule for taking snapshots, in [Crontab format](https://linuxhandbook.com/crontab/). Default: `*/15 * * * *`\n\n`CRON_SCHEDULE_TIMELAPSE` - Schedule for generating the timelapse video. Default: `0 7 * * *`\n\n## Authors\n\n- [@wictorwilen](https://www.github.com/wictorwilen)\n  \n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwictorwilen%2Fring-timelapse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwictorwilen%2Fring-timelapse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwictorwilen%2Fring-timelapse/lists"}