Skip to content

Fetch books from Goodreads, serialize, and push to Airtable

Notifications You must be signed in to change notification settings

jasantunes/aws-lambda-goodreads-airtable

 
 

Repository files navigation

image showing airtable

aws-lambda-goodreads-airtable

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.

Example

Based on: https://github.com/Evilbits/Goodreads-Airtable

Usage

  1. Setup Airtable.
  2. Create AWS Lambda function with the following environment variables:
GOODREADS_KEY=""
GOODREADS_SECRET=""
AIRTABLE_KEY=""
  1. run make

About

Fetch books from Goodreads, serialize, and push to Airtable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 94.3%
  • Makefile 5.7%