CyberPunkMetalHead / gateio-crypto-trading-bot-binance-announcements-new-coins

This is a crypto trading bot that scans the Binance Annoucements page for new coins, and places trades on Gateio
MIT License
1.21k stars 302 forks source link

Moved setup code in main into dedicated functions #134

Open Linus045 opened 2 years ago

Linus045 commented 2 years ago

I moved all the setup code into the main() method. I also separated the loading of files into dedicated functions to make it easier to implement unit testing later.