stas-prokopiev / binance_historical_data

python PYPI package to dump all needed crypto historical data from binance just by 2 lines of code
MIT License
71 stars 25 forks source link

How to avoid creating daily folder? #18

Open waynelapierre opened 7 months ago

waynelapierre commented 7 months ago

When I download the one-minute kline data of BTCUSDT, a monthly folder and a daily folder are created simultaneously. The monthly folder has all the data I need, whereas the daily folder has only ten days' data. How to avoid creating the daily folder? I cannot find that in the document. Thanks.