Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emirhankrt/binance-vision-scrapper

Fetch and merge historical cryptocurrency data from Binance Exchange into a CSV file with just a few clicks, using data from data.binance.vision
https://github.com/emirhankrt/binance-vision-scrapper

binance cryptocurrency-historical-data

Last synced: about 1 month ago
JSON representation

Fetch and merge historical cryptocurrency data from Binance Exchange into a CSV file with just a few clicks, using data from data.binance.vision

Awesome Lists containing this project

README

        

# Binance Vision Scrapper

Fetch and merge historical cryptocurrency data from Binance Exchange into a CSV file with just a few clicks, using data from [data.binance.vision](https://data.binance.vision/).

The core purpose of [Binance Vision Scrapper](https://github.com/EmirhanKrt/Binance-Vision-Scrapper/) is to provide a web application where users can select and download the required cryptocurrency historical data, with the data merged into a single CSV file.

The application automatically extracts all zip files from the source and stores in the ```output``` folder under root folder.

[Demo](https://youtu.be/L_x2W1OmPcc)

## How To Use

### Prerequisites
Ensure that you have Node.js installed. This project was developed with Node.js v20.11.1 and npm v10.2.4.

### Setup
1. Install the necessary dependencies by running the following command in your terminal
```bash
npm run install
```

2. Build the project
```bash
npm run build
```

3. Once the build is successful, start the application
```bash
npm run start
```

4. Open [http://localhost:3000](http://localhost:3000) with your browser to start scrapping easly.

Now you're ready to select and merge Binance Exchange's cryptocurrency historical data into a CSV file!