... | ... |
@@ -18,11 +18,26 @@ git clone https://github.com/aleksgaisov/binance-stepper-bot |
18 | 18 |
pip3 install -r requirements.txt |
19 | 19 |
``` |
20 | 20 |
|
21 |
+List: |
|
22 |
+ |
|
23 |
+``` |
|
24 |
+python-binance |
|
25 |
+requests |
|
26 |
+autobahn |
|
27 |
+certifi |
|
28 |
+chardet |
|
29 |
+cryptography |
|
30 |
+dateparser |
|
31 |
+pyOpenSSL |
|
32 |
+service-identity |
|
33 |
+Twisted |
|
34 |
+``` |
|
35 |
+ |
|
21 | 36 |
##### Exchange-side |
22 | 37 |
|
23 |
-1. Register/Log in to Binance Exchange |
|
38 |
+1. [Register/Log-in](https://accounts.binance.com/en/login) to Binance Exchange |
|
24 | 39 |
2. Apply all the necessary security measures to protect your account, including Two-Factor Authentication. |
25 |
-3. Go to API Manager and create new API with the following restrictions: |
|
40 |
+3. Go to [API Manager](https://www.binance.com/en/usercenter/settings/api-management) and create new API with the following restrictions: |
|
26 | 41 |
|
27 | 42 |
``` |
28 | 43 |
[*] Read Only [*] Enable Trading [] Enable Withdrawals |
... | ... |
@@ -34,8 +49,12 @@ Optional: Consider restricting API access to trusted IPs only |
34 | 49 |
|
35 | 50 |
##### Email-side |
36 | 51 |
|
37 |
-https://www.google.com/settings/security/lesssecureapps |
|
38 |
-https://accounts.google.com/DisplayUnlockCaptcha |
|
52 |
+As this bot uses Gmail as SMTP provider, follow the steps to allow it to send you reports. |
|
53 |
+ |
|
54 |
+1. [Allow less secure apps](https://www.google.com/settings/security/lesssecureapps) to access your account |
|
55 |
+2. [Display unlock captcha](https://accounts.google.com/DisplayUnlockCaptcha) to prevent _SMTPAuthenticationError_ with code 534 |
|
56 |
+ |
|
57 |
+### Configuration |
|
39 | 58 |
|
40 | 59 |
### Usage |
41 | 60 |
|