stpoa / bitcoin-price-scraper

Scrap Bitcoin price history

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitcoin Price Scraper

This script allows you to download bitcoin price history from bitcoincharts.com. Output is stored in JSON file.

How to use

  1. Open a web browser with not a lot of limitations like Firefox, because we are handling potentially big files here.

  2. Go to URL: bitcoincharts.com

  3. Open developer console and paste the code from browser.js to it, press enter to run it. Screenshot 2021-03-07 at 14 20 58

  4. It will download whole price data to single json file. It might take a while depending on your network, so be patient. Screenshot 2021-03-07 at 14 26 12

About

Scrap Bitcoin price history

License:MIT License


Languages

Language:JavaScript 100.0%