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.22k stars 302 forks source link

Fix currency not listed on gate io #8

Closed Jrjy3 closed 3 years ago

Jrjy3 commented 3 years ago

Fix currency not listed on gate io by saving all supported currencies to a list and checking the announcement coin against the list.

Most changes in main.py start on line 152 and changes in new_listings_scraper.py start on line 68.

Jrjy3 commented 3 years ago

Updated to keep the list of supported currencies in RAM so it doesn't have to load the currencies.json file from disk whenever it finds a new announcement. Should keep the speed of the bot the same as before this PR