Skip to main content

Wishlist

Python library to grab your Amazon wishlist so you can mess with it programmatically.

Dependencies

What do I need if I have a private wishlist?

Wishlist depends on Brow in order to login from the command line (including 2 factor if enabled), and Brow depends on Selenium and Firefox to be installed, so you'll need to read Brow's README if you need help installing those on Linux.

What do I need if I have a public wishlist?

Nothing special, pip install wishlist should cover you, jump down to "Commandline wishlist access" and get started.

1 minute gettings started

Authentication for private lists

Is your wishlist private? Then you will need to authenticate on the command line:

$ wishlist auth

This will prompt you to signin and will even handle 2-factor authentication, after you signin your cookies will be saved so you can access your Amazon wishlist on the command line.

Commandline wishlist access

You can check access to your wishlist on the command line by running:

$ wishlist dump NAME

where NAME is the part of a url like https://www.amazon.com/gp/registry/wishlist/NAME, so, if your wishlist was found at: https://www.amazon.com/gp/registry/wishlist/9YDNFG31NSSRL then you would run:

$ wishlist dump 9YDNFG31NSSRL

Programmatic wishlist access

If you wanted to do something in another python script, you can do:

from wishlist.core import Wishlist

name = "9YDNFG31NSSRL"
w = Wishlist(name)
for item in w:
    print(item.jsonable())

You can check the wishlist.core.WishlistElement code to understand the structure of each wishlist item.

Installation

use pip:

$ pip install wishlist

To get the bleeding edge version:

$ pip install --upgrade "git+https://github.com/Jaymon/wishlist#egg=wishlist"

Regions

To change Amazon region from the default (amazon.com) to another (e.g. amazon.co.uk) just set the environment variable WISHLIST_HOST, for example:

export WISHLIST_HOST=https://amazon.co.uk

The environment is setup at module import, so if you need to modify the environment during runtime you should use wishlist.environ, so to set the host at runtime, you could do something like:

from wishlist.core import Wishlist
from wishlist import environ

environ.HOST="https://www.amazon.fr"

Other things

  • Why are you using Firefox for logging in? Why not Chrome? I tried to get it to work in headless Chrome but all the features I needed to work out authentication on the command line weren't supported.

  • Would you rather use php? There's a library for that (also related).

  • Amazon's advertising api is where the officially supported wishlist api used to live.

Release files for wishlist 0.5.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for wishlist 0.5.3
File Size Uploaded
wishlist-0.5.3.tar.gz 11.1 kB Details

Release files / wishlist-0.5.3.tar.gz

Download URL wishlist-0.5.3.tar.gz
Size 11.1 kB
Tags Source
SHA-256 checksum
How to use checksums
4f497db38d8e2da738b0dc246cc4adeee27a643c1171a9734e51a17f032cf5fc
BLAKE2b-256 checksum
How to use checksums
379344b707128fde1eb4d78d9232ac86a8cf8b4a09d854ef87cb8f4caabf4896
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

Release history Release notifications | RSS feed

This release

0.5.3 This release

1 release file

0.5.2

1 release file

0.5.1

1 release file

0.5.0

1 release file

0.2.2

1 release file

0.2.1

1 release file

0.2.0

1 release file

0.1.2

1 release file

0.1.1

1 release file

0.0.9

1 release file

0.0.8

1 release file

0.0.4

1 release file

0.0.3

1 release file

0.0.2

1 release file

0.0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page