Skip to content

Instantly share code, notes, and snippets.

@scorfuz
scorfuz / nb.py
Last active August 22, 2018 01:45
from rauth import OAuth2Service
import json
import sys
SLUG = 'diane'
USER_NAME = 'Tim'
CLIENT_ID = 'ID'
CLIENT_SECRET = 'SECRET'
REDIRECT_URI = 'http://callbackurlsuccess.ca'