Fetch your "read", "to-read", and "currently-reading" shelves from Goodreads and sync with an Airtable. Won't work by default unless Airtable is setup with correct associations and attributes.
Remember to add your own Goodreads and Airtable API keys.
Based on: https://github.com/Evilbits/Goodreads-Airtable
- Setup Airtable.
- Create AWS Lambda function with the following environment variables:
GOODREADS_KEY=""
GOODREADS_SECRET=""
AIRTABLE_KEY=""
- run
make
