Skip to content

Instantly share code, notes, and snippets.

View barberj's full-sized avatar

Justin Barber barberj

  • Atlanta, Ga
  • 20:01 (UTC -04:00)
View GitHub Profile
@barberj
barberj / cli_magento_oauth1.py
Last active January 7, 2016 21:22
oauth examples using rauth
from flask import Flask, request, redirect, url_for, session
from rauth.service import OAuth1Service
from webbrowser import open
import configit
config = configit.conf_from_file('development.py')
domain = config.magento.domain
magento = OAuth1Service(