Update README.md

better layout
This commit is contained in:
SickProdigy 2024-03-07 15:17:28 -05:00 committed by GitHub
parent 36971b64ea
commit 4349915546
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,11 @@
# SickProdigy's Binance API Scripts
## Python Based Scripts to gather user data from Binance.us
Hello, I see there aren't a lot of scripts around for binance to excel sheets. Well here is a new updated few. Hello, I see there aren't a lot of scripts around for binance to excel sheets. Well here is a new updated few.
At first I was testing xlwings, but seems it's broken somwhere in the module. At first I was testing xlwings, but seems it's broken somwhere in the module.
So I saw pandas had methods to write to excel sheets, so I just stuck with it. So I saw pandas had methods to write to excel sheets, so I tested around until I finally got working scripts to pull binance data to excel.
Most of these scripts will have that in mind. You can easily witch to cvs and other scructures. Check pandas module documentation for more examples. Use the search function as the site isn't very intuitive.
These seem to work. Hope this helps someone else. I'll update more as I keep testing along.
Hope it helps someone else. I'll update more as I keep testing along.