Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 558 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 558 Bytes

BlackListing_Crypto

Put in white list every crypto in your Binance account that won't to automatically sell. Any other crypto isn't in white list, will sell it returning USDT

Setup

  • Install Flask
  • Generate API keys in Binance and put them in config.py
  • Change crypto to the white list in app.py (r. 18)
  • Change optionally fee and value in USDT to overcome for black listing, in app.py (r. 19-26)
  • Go to the current folder and run project: python app.py
  • Go to 127.0.0.1:80 in your browser