Enjoy!
🎉 Big thanks to everyone who helped! Especially the Monadical team cdvv7788 apkallum afreydev and also drpfenderson who helped us track down the last few index importing bugs! 🎉
The docs still have some work left to finish updating, but the CLI help text is all up-to-date (when in doubt, just pass `--help`).
Let us know if you find any rough edges here: https://github.com/pirate/ArchiveBox/issues/new/choose
bash
pip install archivebox
cd path/to/your/archive/folder
archivebox init this doubles as the migrate command, it will safely upgrade existing index files automatically
archviebox add 'https://example.com'
archviebox add 'https://getpocket.com/users/USERNAME/feed/all' --depth=1
archivebox status
archivebox server
archivebox help
Or if you prefer docker, the CLI works exactly the same `archivebox [subcommand] [...args]`:
bash
docker run -v $PWD:/data nikisweeting/archivebox init
docker run -v $PWD:/data nikisweeting/archivebox add 'https://example.com'
docker run -v $PWD:/data -p 8000 nikisweeting/archivebox server
yaml