Skip to content

Instantly share code, notes, and snippets.

@jkishner
jkishner / DraftstoSpotify.py
Last active August 29, 2015 14:03 — forked from brettkelly/BufferClipboardUrl.py
Instead of sending "{title} :: {url}" to bufferapp, this fork sends {title}={url}" to Drafts for iOS, and then triggers a Dropbox action. If you don't want the action, just remove "action=spotify&" from the line starting with "out ="
#!/usr/bin/env python
# Minor modifications by Jeffrey Kishner to send title and URL to Drafts instead of Buffer
# @kishner
# http://blog.jeffreykishner.com
# Coded poorly by Brett Kelly
# http://nerdgap.com
# @inkedmn