Skip to content

Commit

Permalink
Merge branch 'main' into develop/1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aoki-h-jp authored Aug 31, 2023
2 parents ab30fe7 + 30eee1c commit 285bca1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Format code](https://github.com/aoki-h-jp/bybit-bulk-downloader/actions/workflows/Formatter.yml/badge.svg)](https://github.com/aoki-h-jp/bybit-bulk-downloader/actions/workflows/Formatter.yml)
[![Run pytest on all branches](https://github.com/aoki-h-jp/bybit-bulk-downloader/actions/workflows/pytest.yaml/badge.svg)](https://github.com/aoki-h-jp/bybit-bulk-downloader/actions/workflows/pytest.yaml)

## ## Python library for bulk downloading bybit historical data
## Python library for bulk downloading bybit historical data
A Python library to efficiently and concurrently download historical data files from bybit. Supports all asset types (spot, USDT Perpetual, Inverse Perpetual & Inverse Futures).

## Installation
Expand Down Expand Up @@ -77,4 +77,4 @@ instruments in this or in any other jurisdiction in which such solicitation or o
securities laws of such jurisdiction.

Under no circumstances will I be held responsible or liable in any way for any claims, damages, losses, expenses, costs,
or liabilities whatsoever, including, without limitation, any direct or indirect damages for loss of profits.
or liabilities whatsoever, including, without limitation, any direct or indirect damages for loss of profits.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ requests~=2.28.2
setuptools~=68.1.2
rich~=10.16.2
pytest~=4.6.11
beautifulsoup4~=4.11.2
beautifulsoup4~=4.12.2

0 comments on commit 285bca1

Please sign in to comment.