Skip to content

Instantly share code, notes, and snippets.

@yue82
yue82 / rhythmbox_nowplaying.py
Last active June 10, 2016 06:30
nowplaying tweet
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import subprocess
from requests_oauthlib import OAuth1Session
import requests
import base64
import json
import os
import sys