Mouad scriptz

Results 10 comments of Mouad scriptz

I have the same problem

Simple ```js const response = new ArrayBuffer() const responseText = new TextDecoder().decode(response); const data = JSON.parse(responseText); ```

> > Simple > > ```js > > const response = new ArrayBuffer() > > const responseText = new TextDecoder().decode(response); > > const data = JSON.parse(responseText); > > ``` >...

I know this might sound like a lot, but Reddit's security measures are quite weak. They only check headers, and if you're using Chrome with TLS, they also inspect cookies...

I would say just give it a try.

Also im not hating or anything your project is good but using requests would make it much faster and efficient.

You could just solve the recaptcha alone and get the captcha key that would be faster

> yeah, I did it without skipping the captcha. It got solved using the 2Captcha service I used the post request to sign up and verify email all using httpx...