Skip to content

Instantly share code, notes, and snippets.

@jaiamo
jaiamo / kindle.py
Created January 22, 2021 20:37
Generate markdown notes from Kindle highlights
"""
kindle.py: Generate markdown notes from Kindle highlights
"""
import os
import sys
import re
import argparse
import requests
from bs4 import BeautifulSoup