Skip to content

findachin/MediumScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MediumScraper

A scraper in node.js that will fetch all internal urls from all pages of medium.com (recursively) and save them into a file.

Build with

  • NodeJS
  • cheerio - Fast, flexible & lean implementation of core jQuery designed specifically for the server.

Prerequisites

Node v12.1.0
NPM 6.8.0

Install

npm install

Usage

  const { getLink } = require('./getLinks')
  const links = new getLink(); // optional path parameter with default directory as the base folder
  links.getlinks('https://medium.com')

Run

npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published