{"id":13557668,"url":"https://github.com/palewire/archiveis","last_synced_at":"2025-05-08T04:24:52.949Z","repository":{"id":42673164,"uuid":"71652357","full_name":"palewire/archiveis","owner":"palewire","description":"A simple Python wrapper for the archive.is capturing service","archived":false,"fork":false,"pushed_at":"2025-02-11T19:08:40.000Z","size":282,"stargazers_count":200,"open_issues_count":8,"forks_count":16,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-19T17:17:50.522Z","etag":null,"topics":["api","archiving","news","python"],"latest_commit_sha":null,"homepage":"https://archive.is","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/palewire.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}},"created_at":"2016-10-22T16:48:47.000Z","updated_at":"2025-03-13T14:39:57.000Z","dependencies_parsed_at":"2023-07-13T10:16:25.925Z","dependency_job_id":null,"html_url":"https://github.com/palewire/archiveis","commit_stats":{"total_commits":55,"total_committers":7,"mean_commits":7.857142857142857,"dds":0.2727272727272727,"last_synced_commit":"11b2f1a4be4e7fbdcd52d874733cf20bc2d4f480"},"previous_names":["pastpages/archiveis"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palewire%2Farchiveis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palewire%2Farchiveis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palewire%2Farchiveis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palewire%2Farchiveis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/palewire","download_url":"https://codeload.github.com/palewire/archiveis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252998066,"owners_count":21837936,"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":["api","archiving","news","python"],"created_at":"2024-08-01T12:04:28.779Z","updated_at":"2025-05-08T04:24:52.901Z","avatar_url":"https://github.com/palewire.png","language":"Python","funding_links":[],"categories":["Python","api"],"sub_categories":[],"readme":"# archiveis\n\nA simple Python wrapper for the [archive.is](http://archive.is/) capturing service.\n\n![Tests](https://github.com/pastpages/archiveis/workflows/Tests/badge.svg)\n\n### Installation\n\n```bash\npipenv install archiveis\n```\n\n### Python Usage\n\nImport it.\n\n```python\nimport archiveis\n```\n\nCapture a URL.\n\n```python\narchive_url = archiveis.capture(\"http://www.example.com/\")\n```\n\nIf a URL has been recently cached, archive.is may return the URL to that page rather\nthan conduct a new capture.\n\n### Command-line usage\n\nThe Python library is also installed as a command-line interface. You can run it from your terminal like so:\n\n```bash\narchiveis http://www.example.com/\n```\n\nThe command has the same options as the Python API, which you can learn about from its help output.\n\n```bash\n$ archiveis --help\nUsage: archiveis [OPTIONS] URL\n\n  Archives the provided URL using the archive.is capturing service.\n\nOptions:\n  -ua, --user-agent TEXT  User-Agent header for the web request\n  --help                  Show this message and exit.\n```\n\n### Contributing\n\nInstall dependencies for development.\n\n```bash\npipenv install --dev\n```\n\nRun tests.\n\n```bash\nmake test\n```\n\nShip new version to PyPI\n\n```bash\nmake ship\n```\n\n### Developing the CLI\n\nThe command-line interface is implemented using Click and setuptools. To install it locally for development inside your virtual environment, run the following installation command, as [prescribed by the Click documentation](https://click.palletsprojects.com/en/7.x/setuptools/#setuptools-integration).\n\n```bash\npip install --editable .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalewire%2Farchiveis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpalewire%2Farchiveis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalewire%2Farchiveis/lists"}