1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-09-09 05:40:50 +02:00

#18 - Parse browser bookmarks

This commit is contained in:
Arcady Chumachenko
2017-06-08 21:52:39 +01:00
parent be0abf11fd
commit 8488c57026
2 changed files with 29 additions and 1 deletions

View File

@@ -33,6 +33,9 @@ apt update; apt install google-chrome-beta python3 wget
# Check:
google-chrome --version && which wget && which python3 && echo "[√] All dependencies installed."
# BeautifulSoup4
sudo pip3 install beautifulsoup4
```
**2. Run the archive script:**