Official Python package for ArchiveBox, the self-hosted internet archiving solution.
12
stars
23
commits
Oct 5, 2024
updated
[!TIP]
✨ ArchiveBox is available via
pip(This repo is no longer needed, ArchiveBox is still distributed via pip though)
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 dependenciesIf you see
permission denied, some dependencies need sudo to install.
Runsudo archivebox install, or install the indicated packages manually.
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.
23 commits
Official Python package for ArchiveBox, the self-hosted internet archiving solution.
12
stars
23
commits
Oct 5, 2024
updated
[!TIP]
✨ ArchiveBox is available via
pip(This repo is no longer needed, ArchiveBox is still distributed via pip though)
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 dependenciesIf you see
permission denied, some dependencies need sudo to install.
Runsudo archivebox install, or install the indicated packages manually.
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.
23 commits