我目前正在做一個專案。
我需要盡快從「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中文網其他相關文章!