a scraper tool designed for extracting bookmarks from the Library of Babel website.
npm i
{
"BASE_URL":"https://libraryofbabel.info/bookmark.cgi",
"query": "your query here", // the query to search for bookmarks
"workers": 20 // number of workers to use
}
npm start