====== ArchiveBox ====== * https://archivebox.io/ * https://github.com/ArchiveBox/ArchiveBox ==== Installation ==== python3 -m venv venv source venv/bin/activate pip install archivebox SAVE_SINGLEFILE=False USE_CHROME=False USE_NODE=False USE_YOUTUBEDL=False USE_READABILITY=False USE_MERCURY=False archivebox init --setup archivebox config --set SAVE_SINGLEFILE=False USE_CHROME=False USE_NODE=False USE_YOUTUBEDL=False USE_READABILITY=False USE_MERCURY=False SAVE_ARCHIVE_DOT_ORG=False WGET_USER_AGENT="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7)" CURL_USER_AGENT="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7)" ==== Alternative ==== * [[https://github.com/hoarder-app/hoarder|Hoarder]] ==== Web scrapping ==== * Web Scraping with your Web Browser : [[https://8chananon.github.io/tut/scraping1.html|1]], [[https://8chananon.github.io/tut/scraping2.html|2]], [[https://8chananon.github.io/tut/scraping3.html|3]], [[https://8chananon.github.io/tut/scraping4.html|4]] * [[https://p.migdal.pl/blog/2025/02/markdown-saves/|If it is worth keeping, save it in Markdown]]