Skip to content

riongull/scrape-cmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published