Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 435 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 435 Bytes

EchoesOfBabel

a scraper tool designed for extracting bookmarks from the Library of Babel website.

Installation

npm i

setup the [config.json]

{
        "BASE_URL":"https://libraryofbabel.info/bookmark.cgi",
        "query": "your query here", // the query to search for bookmarks
        "workers": 20  // number of workers to use
}

Usage

npm start