jimmyounes / meme_coin_prediction_project

This project focuses on developing a personal initiative aimed at scraping new cryptocurrency pairs from DexScreeners and forecasting the growth of meme coins. Leveraging historical data from existing meme coins, the goal is to construct a time series model for training and predicting future pairs in the market.
0 stars 0 forks source link

An error occurred: server rejected WebSocket connection: HTTP 403 - scrapping_live_data.py #1

Open Razziat opened 1 month ago

Razziat commented 1 month ago

After many attempts, I always got a 403 error when the code is trying to contact the websocket. I suspect that the websocket is not accessible no more or it was just blocked to avoid bot scrapping. Have you faced the same problem ? In that case, Have find a way to bypass the 403 ?

jimmyounes commented 1 month ago

Hey , it's due to dexscreener protection with cloudflare , i'am trying to bypass it , i keep you in touch

Razziat commented 1 month ago

I tried to modify the different parameters of the header, use a different user agent, even use some python lib that are usually used to bypass cloudfare for scrapping website but nothing seems to be working.