Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rkeytech/goodreads-editions
- Owner: rkeytech
- License: gpl-3.0
- Created: 2020-05-06T09:57:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T01:50:15.000Z (over 1 year ago)
- Last Synced: 2024-04-16T03:59:19.596Z (10 months ago)
- Topics: beautifulsoup, beautifulsoup4, beginner-friendly, beginner-project, books, file-manipulation, goodreads, os, python, python-3-8, python3, python38, regex, requests, requests-module
- Language: Python
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.