{"id":20927751,"url":"https://github.com/d-brox/rplace-timelapse-2023","last_synced_at":"2026-04-24T11:02:59.561Z","repository":{"id":184929195,"uuid":"672697947","full_name":"D-Brox/rplace-timelapse-2023","owner":"D-Brox","description":"Easily make HD Timelapse videos of Reddit's r/place 2023","archived":false,"fork":false,"pushed_at":"2023-08-05T18:46:44.000Z","size":30851,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T18:42:46.427Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/D-Brox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-07-31T00:29:45.000Z","updated_at":"2023-07-31T14:35:30.000Z","dependencies_parsed_at":"2023-08-19T07:15:11.375Z","dependency_job_id":null,"html_url":"https://github.com/D-Brox/rplace-timelapse-2023","commit_stats":null,"previous_names":["d-brox/rplace-timelapse-2023"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Brox%2Frplace-timelapse-2023","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Brox%2Frplace-timelapse-2023/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Brox%2Frplace-timelapse-2023/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Brox%2Frplace-timelapse-2023/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/D-Brox","download_url":"https://codeload.github.com/D-Brox/rplace-timelapse-2023/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243321287,"owners_count":20272647,"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-11-18T20:52:38.532Z","updated_at":"2025-12-28T11:55:01.912Z","avatar_url":"https://github.com/D-Brox.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reddit r/place 2023 Timelapse Video Maker\n\n**Easily make HD Timelapse videos of Reddit's r/place 2023**\n\nThis set of scripts scrapes both the urls and the images from r/place 2023 to make custom timelapse videos.\n\n\n## Timelapse\n\n1. Install the python dependencies with `python -m pip install -r requirements.txt`. Make sure you also have `ffmpeg` installed.\n2. Get the top-left and bottom-right coordinates of the area you want on the video.\n3. Get the start and end timestamps. They can be found on the r/place `url`, after the `\u0026ts=`, when looking at the canvas.\n4. Choose the framerate of the video (fps) and the frameskip (seconds passed between each frame). Multiplying both numbers gives us the number of real-life seconds each second on the video represents. By default each second in the video is 1 hour (3600 seconds).\n\n### Usage\n```\nusage: timelapse.py [-h] [--start START] [--end END] [--framerate FRAMERATE] [--frameskip FRAMESKIP] [--scale SCALE] [--out OUT]\n                    left top right bottom\n\npositional arguments:\n  left                  left canvas coordinates\n  top                   top canvas coordinates\n  right                 right canvas coordinates\n  bottom                bottom canvas coordinates\n\noptional arguments:\n  -h, --help            show this help message and exit\n  --start START         timestamp of the first frame\n  --end END             timestamp of the last frame\n  --framerate FRAMERATE\n                        framerate of the video\n  --frameskip FRAMESKIP\n                        seconds skipped in between r/place canvas frames\n  --scale SCALE         scale of the video output\n  --out OUT             output directory for the images and video\n  --keep                continue from where the process died         \n```\n\n## Scraper\n\nThe scraper fetchs the endpoints of each second of the r/place canvas history. In case you want to recreate the `frames.csv` file, you can follow the following steps:\n\n1. Open the r/place canvas history.\n2. Open your browser's devtools using `Ctrl`+`Alt`+`I`\n3. Open the `network` tab and search `query`\n4. Scroll the timeline bar on the page. There should appear several internet request.\n5. Click on any of the request with the method POST. It will open a menu that shows the request headers.\n6. Copy the token in the header `authorization`. It should start with `ey`.\n7. Paste the token on `headers.py` and run `python scraper.py`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-brox%2Frplace-timelapse-2023","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd-brox%2Frplace-timelapse-2023","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-brox%2Frplace-timelapse-2023/lists"}