Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rkeytech/goodreads-editions

A python script for finding other editions of a book on Goodreads, based on its ISBN or Name, and choosing other languages to filter editions.
https://github.com/rkeytech/goodreads-editions

beautifulsoup beautifulsoup4 beginner-friendly beginner-project books file-manipulation goodreads os python python-3-8 python3 python38 regex requests requests-module

Last synced: about 23 hours ago
JSON representation

A python script for finding other editions of a book on Goodreads, based on its ISBN or Name, and choosing other languages to filter editions.

Awesome Lists containing this project

README

        

# Goodreads Editions

A python script for finding other editions of a book on Goodreads, based on its ISBN or Name, and choosing other languages to filter editions.

---

#### Requirements

The requiments for the script to run are in the `requirements.txt` file. You can install all the requirements at once with `pip install -r requirements`. Obviously, you need first to check that you've got the Python version 3.8 on your system and you've got pip installed. The program was built with these versions of the required libraries but maybe it'll work with versions greater than the required.

#### Usage

```bash
python3 gr-editions.py {ISBN or Name} {language} {output-file}
```

- **ISBN or Name**: The ISBN number or the name of the book you are looking for other editions.

- **language**: The language in which you are looking for an edition of the book.

- **output-file**: The output file in which you want to write the URLs of the editions.