Skip to content

Instantly share code, notes, and snippets.

View Vortexmind's full-sized avatar
🍊

Paolo Tagliaferri Vortexmind

🍊
View GitHub Profile
@tobi
tobi / kindle.rb
Last active September 25, 2022 02:37
Download your Kindle Highlights to local markdown files. Great for Obsidian.md.
#!/usr/bin/env ruby
# gem install active_support
require 'active_support/inflector'
require 'active_support/core_ext/string'
# gem install webrick (only ruby3)
require 'webrick'
# gem install mechanize