This tool scrapes coinmarketcap.com's historical (weekly) data
git clone https://github.com/riongull/scrape-cmc.git
cd scrape-cmc
yarn install
ornpm install
node scrape_cmc.js
(use node v8 or above)
- This scraper works but probably still has some bugs
- Test by uncommenting
historyLinks = historyLinks.slice(0,2)
inscrape_cmc.js
- Full scraping takes several minutes (I haven't coded a progress bar in, be patient)