Skip to content

Instantly share code, notes, and snippets.

View serbans99's full-sized avatar
💭
I may be slow to respond.

Serban serbans99

💭
I may be slow to respond.
View GitHub Profile
@ahmedre
ahmedre / goodreads_to_book_track.py
Last active April 1, 2023 22:02
Goodreads export to Book Track friendly Importer
import csv
import requests
import sys
"""
This script converts a Goodreads export csv into a Book Track friendly csv.
It does this by querying Google Books' api for each book and adding its id,
along with removing some of the other unnecessary fields in the original
export.