An open API service indexing awesome lists of open source software.

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

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
```