PDA

View Full Version : Dev question



GetJinxed
10-09-2019, 12:20 PM
Hey y'all so I just started to learn Python and saw a few weeks (1 month ago?) neopets changed stuff internally and they're able to detect bots and so on or go with crazy checks on the browser. My question is, do we have to also implement something on our scripts to bypass that or can we just throw a valid user-agent and requests and not think about anything else :S Neopets seems like it could be a fun way to learn something and improve my skills.

j03
10-09-2019, 12:39 PM
Use a browse add-on or an app like WireShark to capture your network traffic. Inspect Neopets traffic and try to replicate it programmatically with Python. If you have your scripts already, you can see the code and adapt accordingly.


Sent from my iPhone using Tapatalk