/EchoesOfBabel

A scraping tool designed for extracting bookmarks from the Library of Babel website

Primary LanguageJavaScript

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