{"id":18978494,"url":"https://github.com/whatrocks/waybackgif","last_synced_at":"2025-04-19T17:42:22.104Z","repository":{"id":75247583,"uuid":"596191168","full_name":"whatrocks/waybackgif","owner":"whatrocks","description":"create a gif of chronological screenshots from any website on Wayback Machine","archived":false,"fork":false,"pushed_at":"2023-02-02T01:20:11.000Z","size":20329,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-08T20:51:50.406Z","etag":null,"topics":["selenium","selenium-webdriver","wayback-machine"],"latest_commit_sha":null,"homepage":"","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/whatrocks.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":"2023-02-01T16:56:40.000Z","updated_at":"2023-10-26T21:03:02.000Z","dependencies_parsed_at":"2023-06-05T20:45:19.458Z","dependency_job_id":null,"html_url":"https://github.com/whatrocks/waybackgif","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatrocks%2Fwaybackgif","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatrocks%2Fwaybackgif/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatrocks%2Fwaybackgif/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatrocks%2Fwaybackgif/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whatrocks","download_url":"https://codeload.github.com/whatrocks/waybackgif/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233536765,"owners_count":18690807,"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":["selenium","selenium-webdriver","wayback-machine"],"created_at":"2024-11-08T15:38:43.251Z","updated_at":"2025-01-11T20:47:44.427Z","avatar_url":"https://github.com/whatrocks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# waybackgif\ncreate a gif of chronological screenshots from any website on Wayback Machine\n\n## Initial setup\n\n```bash\npython -m venv .waybackgif\nsource .waybackgif/bin/activate\npip install -r requirements.txt\n```\n\nInstall [Chrome driver](https://sites.google.com/chromium.org/driver/) to `~/tmp/chromedriver`\n\n## How to run\n\n```bash\npython waybackgif.py http://amazon.com --start_year 1999 --end_year 2003\n```\n\n* `start_year` defaults to 2020\n* `end_year` defaults to current year\n\nRight now, the code is also only storing 1 image per year, but you can remove this filtering if you want! Also it's not checking to prevent you from doing start year after end year. C'mon.\n\n## Examples\n\nAnnual snapshot of apple.com (1996 - 2023)\n![apple](./apple.gif)\n\nAnnual snapshot of stripe.com (2009 - 2023)\n![stripe](./stripe.gif)\n\n\n## Tips\n\nClean up snapshots:\n\n```bash\nrm snapshot*.png\n```\n\nReduce file size of gif:\n\n```bash\ngifsicle -i original.gif -O3 --colors 256 -o optimized.gif\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhatrocks%2Fwaybackgif","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhatrocks%2Fwaybackgif","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhatrocks%2Fwaybackgif/lists"}