Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emirhankrt/binance-vision-scrapper
- Owner: EmirhanKrt
- License: mit
- Created: 2024-09-21T12:16:10.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-24T15:16:38.000Z (4 months ago)
- Last Synced: 2024-10-25T12:56:46.439Z (2 months ago)
- Topics: binance, cryptocurrency-historical-data
- Language: TypeScript
- Homepage:
- Size: 480 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!