What Is A Neopets Autobuyer

The Neopets Auto Buyer will search the Shop Wizard several times and automatically purchase any item you wish below a specific price. Installation Download autobuyersetup.exe (4835k) and run the installer. Neocodex is the premier Neopets community providing tools, tips, tutorials, programs, and guides for both legitimate and illegitimate Neopets players. We provide bots to automate gameplay, webapps to analyze in-game statistics, and a discussion forum to find other players and discuss the game with them.

What Is A Neopets Autobuyer Used

Update 19/10/2019: This repo was last updated in 2017, and since then, Neopets has somewhat improved their site security. As far as I know, this script no longer works. There are currently no plans to update this script.

This is a simple script to buy profitable items from the NPC shops in Neopets. I wrote it largely as a learning exercise—it actually turned out to be quite simple, and I believe you can write your own if you have some experience programming. The most crucial thing to learn would be how to use HTTP requests.

In the case of this program, I use Python (3) together with the Requests package. Their documentation is indeed fantastic (as they claim themselves), so much so that I managed to pick it up having no prior knowledge about what an HTTP request even was.

Requirements

I work on a Mac, so I haven't tested this script for cross-OS compatibility with Windows or Linux, but I don't believe there should be any problems.

  • Python 3 (follow the link to install it if you don't already)
  • Python's Requests package (type pip install requests into the command line once you've installed python 3)
  • Some sort of code editor is recommended (I like Sublime), but you can make do with Notepad/TextEdit.

Starting the Program

  1. Download this repo

  2. Open up your command prompt/terminal and navigate to the folder using cd (here's a good primer for using the command-line, if you don't already know how to use it).

  3. Edit the variables inside the config.py file (see 'Configuring the Program' below) to your liking. You can edit these by opening the file in any code editing program (you can even use Notepad/TextEdit, but I find that syntax highlighting makes a big difference).

  4. Enter python autobuyer.py to run the autobuyer script!

  5. If login is successful, you'll be presented with a list of shops (taken from the config file), like this:

    Simply enter the shop ID (in brackets next to the shop name) that you want to buy in, and press enter.

  6. Once you've done that, you'll be asked how long you want to run the program for. Personally, I usually run it for around 6 hours at a time. The program will automatically take breaks throughout the entire duration, so no worries there.

    Level 0 diagram. TripleLiftThis is an ad network. AppNexusThis is an ad network. Rubicon ProjectThis is an ad network. OpenxThis is an ad network.

    The length of both the breaks and the autobuying sessions is defined by you in the config file.

  7. That's it! You can just let it run in the background while you do your thing (though I'd suggest not playing Neopets while it is running). It'll make a small noise when it sees something to buy, so you don't have to worry about missing anything.

    The program will print to the command prompt/terminal shell every time it refreshes, so you can monitor its status.

If you'd like to quit the program, press Ctrl+C at any time.

Configuring the Program

All configurations should be made to the config.py file.

Here, you can edit various settings such as the refresh rate, the duration of a session, and how long breaks should be in-between sessions. For the most part, you can leave these values as they are in the default settings (except for the username and password—you'll need to put your own account details).

If you'd like to be more aggressive or conservative than the defaults, by all means do so! More specific instructions can be found in the code comments in the config.py file itself.

Neopets

Generating Buylists

Make sure that all the shops in your shoplist variable in the config file have a corresponding buylist in the ABLists folder! I've included my lists in the folder, but these haven't been updated in a number of months, so you'll probably want to make them a bit more current.

What Is A Neopets Autobuyer Free

The buylists should be named with the shop ID of the shop they represent, and they should be in .txt format in plain text. Here is NeoCodex's guide on making your own list—it's pretty easy to follow!

Acknowledgements

Shoutout to NeoCodex for their great tutorials on how to get started writing an autobuyer. I'm not active in the community, but there's a lot of good information there which is publicly available.

If you've got any questions or bug reports, let me know!

What Is A Neopets Autobuyer Book

more News Flash
Notable Neohome
Brightvale

What Is A Neopets Autobuyer Game

moreNew Items
Neopoints Neocash

ChristmasShop WindowDisplayBackground

SunsetPetpetGardenBackground

HolidayThemedEarrings

Surroundedby Presents
» More Items
more Recent Winners
User Lookup Spotlight
Time to prove your HTML mastery..
Customisation Spotlight
Who is the snazziest Neopet of them all?
Winner: sosuleaf
Winner: nicobutts
Petpet Spotlight
The story behind our Neopets' best friends.
Neopet Spotlight
Every Neopet deserves 15 minutes of fame.
Winner: mermaid_in_space
Winner: rainbowdragon3200
more Latest Games
Legends & Letters (Ad)
Clash with the Claymaker in this word battler!

SchoolofDragons (Ad)
Become the Ultimate Dragon Trainer!

Coal War Tactics
Rule the mines by blowing up your enemy's minecarts!

» More Games

Neopets Autobuyer 2017