Skip to content

Instantly share code, notes, and snippets.

View gsong's full-sized avatar

George Song gsong

View GitHub Profile
@gsong
gsong / epo_ops_test.py
Last active August 29, 2015 14:07
Test to validate python-epo-ops-client
import platform
import epo_ops
registered_client = epo_ops.RegisteredClient(
key='h07O7iAKj3stHFjGCAZSgFhPHIwDmTqE',
secret='QjzSphsngYD55em0'
)
# Source: https://gist.github.com/4702275
#
# All-purpose gist tool for Pythonista.
#
# When run directly, this script sets up four other scripts that call various
# functions within this file. Each of these sub-scripts are meant for use as
# action menu items. They are:
#
# Set Gist ID.py - Set the gist id that the current file should be
# associated with.