https://github.com/makefu/archive_bookmarks
saves and archives your (chrome) bookmarks
https://github.com/makefu/archive_bookmarks
Last synced: 8 months ago
JSON representation
saves and archives your (chrome) bookmarks
- Host: GitHub
- URL: https://github.com/makefu/archive_bookmarks
- Owner: makefu
- Created: 2016-09-01T19:33:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-11T21:10:57.000Z (almost 10 years ago)
- Last Synced: 2024-12-27T16:31:03.752Z (over 1 year ago)
- Language: Nix
- Size: 13.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# Load bookmarks into elasticsearch
Does the following things:
* get website via selenium
* selenium loads websites through warcprox to get an archive
* retrieved website text+html is sent to elastic search
# Usage
```
# start elasticsearch
nix-shell
warcprox -b 0.0.0.0
docker run -d -p 4444:4444 selenium/standalone-chrome:2.53.0
python3 load-bookmarks.py
```