https://github.com/fallaciousreasoning/setdateread
Sets the read date for all books on your Goodreads read shelf that don't have read dates to the date they were added to the shelf.
https://github.com/fallaciousreasoning/setdateread
Last synced: over 1 year ago
JSON representation
Sets the read date for all books on your Goodreads read shelf that don't have read dates to the date they were added to the shelf.
- Host: GitHub
- URL: https://github.com/fallaciousreasoning/setdateread
- Owner: fallaciousreasoning
- Created: 2017-01-14T08:42:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:50:43.000Z (over 3 years ago)
- Last Synced: 2025-01-31T09:46:13.378Z (over 1 year ago)
- Language: C#
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SetDateRead
Sets the read date for all books on your Goodreads read shelf that don't have read dates to the date they were added to the shelf.
# Instructions
This project expects a config file to exist next to the executable with the following content:
```json
{
"api_key": "YOUR_API_KEY",
"api_secret": "YOUR_API_SECRET",
"access_token": "OAUTH_ACCESS_TOKEN",
"access_token_secret": "OAUTH_ACCESS_TOKEN_SECRET"
}
```