EasyT
Just as a reminder, I would like you to reflect about the fact that $1.00 Dollar might be not that much to you, but you, an incredible person, combined to other’s amazing Sponsors, can finance this project, and it will allows me to constantly improve and maintain it, and, I am not asking that much.
Here is my Patreon (https://www.patreon.com/joaopeuko) link.
Yeah, I would like to do that, but I do not have that kind of money.
That is Ok, and, there are many ways you can help me, here is a list:
Star this project on GitHub.
Share this project.
Open an account with Binance referral link: - When you open an account on Binance you help me when you trade!
Some of your tax paid returns for you and part goes for me. Below you can see the percentage cash back for me and for you, and you trade: You can find more information about the Binance referral link (https://www.binance.com/en/support/faq/88659d2ea54c40cf82a22400207ffe30)
For me
For you
Link
10%
10%
15%
15%
20%
0%
And, there are Ads in all the documentations, that hopefully, will help me finance this project.
Summary:
How to install:
pip install easyT
.env file:
In order to be able to use this Binance Spot module you will need a Binance API Key.
To create a Binance API you can follow the steps in Binance page: https://www.binance.com/en/support/faq/360002502072
# -----
# Binance Spot
BINANCE_API_KEY = <insert your credential here>
BINANCE_SECRET_KEY = <insert your credential here>
BINANCE_BASE_URL=https://api.binance.com/api
# -----
After that, inside your project you will need a file .env. Click to create a new file, and when the name for the file is asked type “.env” without “”.
Copy and paste the code block above inside your .env file and change “<insert your credential here>” with your credentials that you have created in the Binance page.
Please, remember, DO NOT SHARE with any one your credentials.