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

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.

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"
}
```