Lautaro-L / Binance_New_Coins_Scraper

Python script designed to scrape announcements page searching for new listings and scheduling orders to buy at launch
MIT License
24 stars 16 forks source link

Delay Binance #4

Open VuzzyM opened 2 years ago

VuzzyM commented 2 years ago

This problem is fixed on this bot?

The problem is in the 5 minute delay

https://stackoverflow.com/questions/67736951/beautiful-soup-web-scraper-on-binance-announcement-page-lags-behind-by-5-minutes

https://www.cryptomaton.org/2021/10/31/binance-insider-trading-the-announcement-page-delay-and-gate-io-crypto-trading-bot/

Lautaro-L commented 2 years ago

I dont think it wil, by what i saw on the first link, in the responses to the question they use the same link i do, probably the solution is to use another endpoint, i saw that problem on another project. But this script doesnt take that in mind since im scheduling buy orders once is listed, not outside of binance like cryptomaton tho i prefer using the api rather than selenium to scrape sites

VuzzyM commented 2 years ago

I dont think it wil, by what i saw on the first link, in the responses to the question they use the same link i do, probably the solution is to use another endpoint, i saw that problem on another project. But this script doesnt take that in mind since im scheduling buy orders once is listed, not outside of binance like cryptomaton tho i prefer using the api rather than selenium to scrape sites

So your chess coin was not listed with delay?

Lautaro-L commented 2 years ago

Im updating the page every 10 minutes since this bot doesnt need to see the coin as fast as possible because the announcement is done at least 20 minutes before its live, also i dont save the timestamps so i cant say for sure if it did or not but if i have to guess, the bot saw it 5 minutes late. To solve this we should explore all binance api endpoints but not the oficial ones

VuzzyM commented 2 years ago

Im updating the page every 10 minutes since this bot doesnt need to see the coin as fast as possible because the announcement is done at least 20 minutes before its live, also i dont save the timestamps so i cant say for sure if it did or not but if i have to guess, the bot saw it 5 minutes late. To solve this we should explore all binance api endpoints but not the oficial ones

Can you find the solution please for the cryptoman project?

Lautaro-L commented 2 years ago

I'm currently busy with some things and cant right now but after a couple weeks i can try

VuzzyM commented 2 years ago

I'm currently busy with some things and cant right now but after a couple weeks i can try

We'll wait, we really have no idea in this case, thanks

VuzzyM commented 2 years ago

@CyberPunkMetalHead