Python Set Up

Requirement

pip has to be installed (Just download Python)

Install packages

requests: For HTTP requests to the Binance API.
gspread: For interacting with Google Sheets.
oauth2client: For authentication with Google API.
google-auth: To perform authentication for Google Sheets
google-auth-oauthlib: To perform authentication for Google Sheets
google-auth-httplib2: To perform authentication for Google Sheets
pip install requests gspread oauth2client google-auth google-auth-oauthlib google-auth-httplib2

On Archlinux use:

pip install requests ... --break-system-packages

Last updated

Was this helpful?