Skip to content

Commit 0f8f886

Browse files
authored
Enhance README with status and information badges
Added badges for CI, release, license, downloads, and Python version to README.
1 parent 86b076e commit 0f8f886

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[![CI](https://github.com/dturovskiy/bear_data_export_bundle/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/dturovskiy/bear_data_export_bundle/actions/workflows/ci.yml)
2+
[![Release](https://img.shields.io/github/v/release/dturovskiy/bear_data_export_bundle)](https://github.com/dturovskiy/bear_data_export_bundle/releases/latest)
3+
[![License](https://img.shields.io/github/license/dturovskiy/bear_data_export_bundle)](https://github.com/dturovskiy/bear_data_export_bundle/blob/main/LICENSE)
4+
[![Downloads](https://img.shields.io/github/downloads/dturovskiy/bear_data_export_bundle/total)](https://github.com/dturovskiy/bear_data_export_bundle/releases)
5+
[![Python](https://img.shields.io/badge/python-3.9%2B-blue)](https://www.python.org/)
6+
17
# Binance OHLCV CSV Exporter (Spot)
28

39
A lightweight Python CLI tool that exports historical OHLCV (Open, High, Low, Close, Volume) candlestick data from the **Binance Spot** market into CSV files. Uses the public [Binance Market Data](https://data-api.binance.vision) endpoint — **no API key required**.

0 commit comments

Comments
 (0)