Audible Library Scraper
Logs in to your audible library and compiles an array of your books
Getting Started
npm install
Change sample-credentials.ts
to credentials.ts
and add the credentials for your audible library.
Then simply run:
npm start
For further information, see this tutorial.
Prerequisites
Tested on Node v8.11.2 and NPM v5.6.0
Built With
- Puppeteer - Scraping library
Authors
- Jordan Hansen - Initial work - Jordan Hansen
License
This project is licensed under the MIT License - see the LICENSE.md file for details