Skip to content

Instantly share code, notes, and snippets.

@mkb79
mkb79 / goodreads_basics.py
Created June 2, 2022 09:11
Goodreads: Get access token for Goodreads API (proof-of-concept)
import base64
import gzip
import hashlib
import hmac
import json
import secrets
import uuid
from datetime import datetime
from io import BytesIO
from functools import partialmethod