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 303 forks source link

fixed error latest_announcement float concatenation #37

Closed prastiwari closed 2 years ago

prastiwari commented 2 years ago

Fixed this error from new_listing_scrapper.py

latest_announcement = requests.get("https://www.binance.com/bapi/composite/v1/public/cms/article/catalog/list/query?catalogId=48&pageNo=1&pageSize=15&rnd=" + time.time()) TypeError: can only concatenate str (not "float") to str

prastiwari commented 2 years ago

Resolved conflict