https://github.com/paladini/good_reads_to_read_downloader
Download all books from your "to read" shelf from Goodreads to your computer.
https://github.com/paladini/good_reads_to_read_downloader
Last synced: 3 months ago
JSON representation
Download all books from your "to read" shelf from Goodreads to your computer.
- Host: GitHub
- URL: https://github.com/paladini/good_reads_to_read_downloader
- Owner: paladini
- License: wtfpl
- Created: 2016-05-30T01:46:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T01:32:06.000Z (about 8 years ago)
- Last Synced: 2025-02-23T22:24:47.729Z (8 months ago)
- Language: Python
- Homepage:
- Size: 1.04 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# GoodReads "To Read" Downloader
Download all books from "to-read" shelf from [GoodReads](http://www.goodreads.com) to your computer using [Libgen.io](http://libgen.io).## How to use
1. Clone this project to your computer or [download a zip from the latest version](https://github.com/paladini/good_reads_to_read_downloader/archive/master.zip).
2. Install required modules using `pip3 install -r requirements.txt`.
3. [Get a free *developer key* from GoodReads API](https://www.goodreads.com/api/keys).
4. Get your number ID from GoodReads. In order to do that, go to your profile and get the numeric value from the address bar. For example, the [URL for my profile](https://www.goodreads.com/user/show/51988336-fernando-paladini) gives me the ID `51988336`.
5. In `main.py`, change `` to the `developer key` you got from Goodreads API and change `` to the number ID you got from your public profile at Goodreads.
6. Run `python3 main.py` and wait a considerable amount of time. All books will be saved to 'downloads/' folder.## About
Developed by Fernando Paladini on May 29, 2016.## License
WTFPL. For more info, check out the license file.Book:
{
"title": O Mundo assombrado pelos demônios,
"identifier": [
{ type: "isbn", value: },
{ type: "isbn13", value: },
{ type: "issn", value: }
],
}