LaDice

Results 4 comments of LaDice

you need to create a script with text editor that goes something like this: { "api_key":"yourApiKey", "api_secret":"yourApiSecretKey", "telegram_bot_token":"yourBotToken" } then rename it to 'api_config.json' and I think you are ok...

with all the respect to @gultekinkelce, the best thing to do is to make your python-binance version to 0.7.3. At least that worked to me Trying to do binance.websockets to...

you just need the python-binance version 0.7.3 To do the python version 0.7.3, Go to your terminal and type pip install --upgrade python-binance==0.7.3 I hope I helped you (leave the...

you just need to have a python-binance version of 0.7.3 To do the python version 0.7.3, Go to your terminal and type pip install --upgrade python-binance==0.7.3 I hope I helped...