Results 1 to 2 of 2

Thread: Dev question

  1. #1
    GetJinxed's Avatar
    Joined
    May 2015
    Posts
    155
    Userbars
    4
    Thanks
    228
    Thanked
    220/58
    DL/UL
    146/0
    Mentioned
    27 times
    Time Online
    13d 10h 41m
    Avg. Time Online
    5m

    Dev question

    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 Neopets seems like it could be a fun way to learn something and improve my skills.

  2. #2
    Saiyan Race
    j03's Avatar
    Joined
    Dec 2011
    Posts
    13,720
    Userbars
    166
    Thanks
    5,906
    Thanked
    33,076/6,608
    DL/UL
    23/36
    Mentioned
    3,867 times
    Time Online
    563d 4h 55m
    Avg. Time Online
    3h 14m
    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
    (you need an account to see links)
    (you need an account to see links)(you need an account to see links)

    ------------------------
    [02/24/2013] Stealth CORE is made into the first standalone Neopets auto-player.
    ------------------------


  3. The Following 2 Users Say Thank You to j03 For This Useful Post:

    GetJinxed (10-09-2019),linttastic (06-01-2020)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •