From 43499155462031baa2746e9fb53e3e8931d30cfa Mon Sep 17 00:00:00 2001 From: SickProdigy <57080706+SickProdigy@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:17:28 -0500 Subject: [PATCH] Update README.md better layout --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a9175b8..34709f5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -Hello, I see there aren't a lot of scripts around for binance to excel sheets. Well here is a new updated few. +# 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. 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 it helps someone else. I'll update more as I keep testing along. \ No newline at end of file +Hope this helps someone else. I'll update more as I keep testing along.