Skip to content

jesse-c/bookdepository-wishlists-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Depository wishlists exporter

Book Depository doesn't provide a way to export a user's wishlists. This script will export all of a user's wishlists (with pagination support) to a local file for backup. I created this as part of a slow plan to stop unnecessary reliance on third-parties (walled gardens).

Setup

Run npm install or yarn install.

Usage

Create a file called credentials.js with the following shape:

module.exports = {
  username: 'YOUR_USERNAME',
  password: 'YOUR_PASSWORD'
}

Run the script: npm run export

Contributing

Contributions are welcome! Simply create a PR.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published