Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 882 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 882 Bytes

Scrape CMC

This tool scrapes coinmarketcap.com's historical (weekly) data

Usage

  1. git clone https://github.com/riongull/scrape-cmc.git
  2. cd scrape-cmc
  3. yarn install or npm install
  4. node scrape_cmc.js (use node v8 or above)

Notes

  • This scraper works but probably still has some bugs
  • Test by uncommenting historyLinks = historyLinks.slice(0,2) in scrape_cmc.js
  • Full scraping takes several minutes (I haven't coded a progress bar in, be patient)
Scraping libraries
Parsing tools
Tutorial