Skip to content

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

Notifications You must be signed in to change notification settings

MysticBytes786/EchoesOfBabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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