Skip to content

estheruary/python-theknot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-theknot

Are you using The Knot for your wedding registry? Are you infuriated at the barely working bookmarklet they provide you to add things to your registry that aren't on one of the major department stores? Do you wish you could set custom images to the items on your registry that aren't the one's on the site?

Well say no more!

This project, python-theknot provides a CLI tool that gives you all the power of the extension but you can just supply all the values yourself.

Installation

pip install theknot

Usage

# Tests and saves your creds in ~/.config/theknot/config.json.
theknot login
Email: meandmywifu@gmail.com
Password: ******

theknot add \
  --name="The Blood of My Enemies" \
  --store-name="Target" \
  --item-link="https://www.target.com/p/the-blood-of-my-enemies/-/A-46793820" \
  --image-link="https://some-PUBLIC-image.site/img/2492333" \
  --price=799 \
  --num=1

# Deletes the file ~/.config/theknot/config.json.
theknot logout

About

A library for adding custom registry items to TheKnot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages