An open API service indexing awesome lists of open source software.

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.

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).*