https://github.com/Sumukh/goodreads-currently-reading
A JSON API for what you've been reading on Goodreads
https://github.com/Sumukh/goodreads-currently-reading
Last synced: 5 months ago
JSON representation
A JSON API for what you've been reading on Goodreads
- Host: GitHub
- URL: https://github.com/Sumukh/goodreads-currently-reading
- Owner: Sumukh
- Created: 2019-05-26T04:07:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T05:18:57.000Z (about 2 years ago)
- Last Synced: 2024-11-01T06:51:39.454Z (6 months ago)
- Language: Python
- Homepage: https://goodreads-reading.sumukh.now.sh/
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - Sumukh/goodreads-currently-reading - A JSON API for what you've been reading on Goodreads (Python)
README
# Goodreads Currently Reading
This application serves as a simple API to list what books you are reading on Goodreads in a friendly JSON format. It wraps another helper API.
# Development
```
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
```# Production
# License
Source code: MIT