Skip to content
This repository was archived by the owner on Jan 6, 2020. It is now read-only.

gregoralbrecht/publication-count-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Publication Count Scraper 🤓

Tiny script for a friend.

Usage

  1. Install node and yarn on your machine
  2. Run yarn install in the root of this repo, this will install necessary dependencies
  3. Run node scrape. This will save all data in the file results.json 🎉

Caveats

The website this data is from is rendered client-side. Therefore it's a bit more tricky to scrape the online version of it. Right now, you need to copy the relevant portion of the html source to the file source.html and surround it with a <body>tag. Just look at the files... 🤷‍♂️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published