{"id":17243525,"url":"https://github.com/barabazs/archivooor","last_synced_at":"2026-04-19T13:04:47.039Z","repository":{"id":42017925,"uuid":"472055966","full_name":"Barabazs/archivooor","owner":"Barabazs","description":"Archivooor is a Python package for interacting with the archive.org API.","archived":false,"fork":false,"pushed_at":"2025-03-20T13:03:13.000Z","size":205,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-19T14:33:11.125Z","etag":null,"topics":["archive-org","save-page-now","spn","spn2","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/Barabazs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"Barabazs","ko_fi":"barabazs","custom":["https://etherscan.io/address/0x6b78d3deea258914C2f4e44054d22094107407e5","https://www.blockchain.com/btc/address/bc1qvvh8s3tt97cwy20mfdttpwqw0vgsrrceq8zkmw"]}},"created_at":"2022-03-20T17:41:51.000Z","updated_at":"2025-03-20T13:02:30.000Z","dependencies_parsed_at":"2024-05-05T10:23:15.035Z","dependency_job_id":"7c8072c9-9cfc-4def-a711-ad7cbe0af1a1","html_url":"https://github.com/Barabazs/archivooor","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"dfff7096cf259cfd48d7c049218670b0b374483f"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/Barabazs/archivooor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barabazs%2Farchivooor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barabazs%2Farchivooor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barabazs%2Farchivooor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barabazs%2Farchivooor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Barabazs","download_url":"https://codeload.github.com/Barabazs/archivooor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barabazs%2Farchivooor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266521183,"owners_count":23942398,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["archive-org","save-page-now","spn","spn2","wayback-machine"],"created_at":"2024-10-15T06:15:58.579Z","updated_at":"2026-04-19T13:04:47.012Z","avatar_url":"https://github.com/Barabazs.png","language":"Python","funding_links":["https://github.com/sponsors/Barabazs","https://ko-fi.com/barabazs","https://etherscan.io/address/0x6b78d3deea258914C2f4e44054d22094107407e5","https://www.blockchain.com/btc/address/bc1qvvh8s3tt97cwy20mfdttpwqw0vgsrrceq8zkmw"],"categories":[],"sub_categories":[],"readme":"# Archivooor\n\nArchivooor is a Python package for interacting with the archive.org API.\n\nIt's main purpose is to provide a convenient way to submit webpages to the Wayback Machine.\nArchivooor uses multithreading and automatic retries to ensure that webpages are archived successfully.\n\n## Installation and usage\n\n### Installation\n\nArchivooor is available on PyPI:\n\n`python -m pip install archivooor`\n\n### Usage\n\n```python\nfrom archivooor.archiver import Archiver\nfrom archivooor.archiver import Sitemap\n\narchive = Archiver(s3_access_key=\"your_s3_access_key\", s3_secret_key=\"your_s3_secret_key\")\narchive.save_pages([\"https://example.com/\",\"https://example.com/page1\",\"https://example.com/page2\"])\n\nsitemap = Sitemap(\"https://www.sitemaps.org/sitemap.xml\")\nprint(sitemap.extract_pages_from_sitemap())\n```\n\n## License\n\n[MIT](https://github.com/Barabazs/archivooor/blob/main/LICENSE)\n\n## Acknowledgements\n\n[@agude](https://github.com/agude) for writing the original [python script](https://github.com/agude/wayback-machine-archiver) this project is based on.\n\n## Donations\n\n|                                      Ethereum                                      |                                      Bitcoin                                       |\n| :--------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------: |\n|                     0x6b78d3deea258914C2f4e44054d22094107407e5                     |                     bc1qvvh8s3tt97cwy20mfdttpwqw0vgsrrceq8zkmw                     |\n| ![eth](https://raw.githubusercontent.com/Barabazs/Barabazs/master/.github/eth.png) | ![btc](https://raw.githubusercontent.com/Barabazs/Barabazs/master/.github/btc.png) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarabazs%2Farchivooor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarabazs%2Farchivooor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarabazs%2Farchivooor/lists"}