https://github.com/archivebox/pip-archivebox
Official Python package for ArchiveBox, the self-hosted internet archiving solution.
https://github.com/archivebox/pip-archivebox
archivebox digipres internet-archiving pip pypi python sdist setuptools web-archiving wheel
Last synced: 6 months ago
JSON representation
Official Python package for ArchiveBox, the self-hosted internet archiving solution.
- Host: GitHub
- URL: https://github.com/archivebox/pip-archivebox
- Owner: ArchiveBox
- License: gpl-3.0
- Archived: true
- Created: 2020-11-28T08:33:28.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T09:26:13.000Z (over 1 year ago)
- Last Synced: 2025-06-09T20:08:14.285Z (7 months ago)
- Topics: archivebox, digipres, internet-archiving, pip, pypi, python, sdist, setuptools, web-archiving, wheel
- Homepage: https://pypi.org/project/archivebox/
- Size: 15.4 MB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!TIP]
> ## ✨ ArchiveBox is available via `pip`
> (This repo is no longer needed, ArchiveBox is still distributed via [pip](https://pypi.org/project/archivebox/) though)
>
> ```bash
> mkdir -p ~/archivebox/data
> cd ~/archivebox/data # (for example, can be anywhere)
>
> pip install archivebox # just use pip to get archivebox
> archivebox install # then finish installing dependencies
> ```
> If you see `permission denied`, some dependencies need sudo to install.
> Run `sudo archivebox install`, or install the indicated packages manually.
### More info
- Install Instructions: https://github.com/ArchiveBox/ArchiveBox/wiki/Install
- Source code: https://github.com/ArchiveBox/ArchiveBox
- PyPI: https://pypi.org/project/archivebox/
- Docs: https://docs.archivebox.io/
---
*This repo used to be used to build the pip package for ArchiveBox, but now the build process is done directly in the [main ArchiveBox repo](https://github.com/ArchiveBox/ArchiveBox).*