CyberPunkMetalHead / binance-trading-bot-new-coins

This Binance trading bot detects new coins as soon as they are listed on the Binance exchange and automatically places sell and buy orders. It comes with trailing stop loss and other features. If you like this project please consider donating via Brave.
MIT License
1.46k stars 270 forks source link

ModuleNotFoundError: No module named 'auth.binance_auth' #99

Open Siliphon opened 2 years ago

Siliphon commented 2 years ago

C:\Users\Silph\AppData\Local\Programs\Python\Python310\lib\site-packages\auth__init.py:3: DeprecatedWarning: Call to deprecated function init__(...). API class may be removed in a future release, use falcon.App instead. from auth.CAS.REST.service import api Traceback (most recent call last): File "c:\Users\Silph\VS.Code\Python\binance-trading-bot-new-coins-main\main.py", line 1, in from trade_client import File "c:\Users\Silph\VS.Code\Python\binance-trading-bot-new-coins-main\trade_client.py", line 1, in from auth.binance_auth import ModuleNotFoundError: No module named 'auth.binance_auth'