我目前正在做一个项目。
我需要尽快从“https://www.binance.com/en/support/announcement/new-cryptocurrency-listing?c=48”获取新公告。
我想在 1-2 秒内收到新公告。
当前的代码库是使用 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 )
但是需要10多秒。
希望收到您的来信。
以上是如何尽快获取币安公告?的详细内容。更多信息请关注PHP中文网其他相关文章!