I am currently working on a project.
I need to get new announcements from "https://www.binance.com/en/support/announcement/new-cryptocurrency-listing?c=48" asap.
I want to get new announcements within 1-2 seconds.
The current codebase is implemented with Python Scrapping.
URL = "https://www.binance.com/en/support/announcement/new-cryptocurrency-listing?c=48" response = await self.fetch_with_retry( f"http://api.scrape.do/?token={API_KEY}&url={URL}", GET_MODE, headers=HEADERS )
But it takes over 10 seconds.
I hope hear from you.
The above is the detailed content of How to get Announcement from Binance ASAP?. For more information, please follow other related articles on the PHP Chinese website!