This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### | |
| # Individual file | |
| ### | |
| import StringIO | |
| import csv | |
| class CSVRenderer(object): | |
| def __init__(self, info): | |
| pass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import json | |
| import pprint | |
| import urllib | |
| import urllib2 | |
| class Salesforce(object): | |
| @staticmethod | |
| def query(query): | |
| consumer_key = 'key' | |
| consumer_secret = 'secret' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import urllib | |
| import json | |
| class Captcha(object): | |
| @staticmethod | |
| def query(captcha, ip): | |
| # Google captcha endpoint | |
| google = 'https://www.google.com/recaptcha/api/siteverify' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from pyramid.config import Configurator | |
| def main(global_config, **settings): | |
| """ This function returns a Pyramid WSGI application. | |
| """ | |
| with Configurator(settings=settings) as config: | |
| config.include('.routes') | |
| config.include('pyramid_chameleon') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am jer-tx on github. | |
| * I am jer_tx (https://keybase.io/jer_tx) on keybase. | |
| * I have a public key ASCxYfMw-xJI0Iil8pj44NPrpaeAmT--dpLjuVQL0ar1iAo | |
| To claim this, I am signing this object: |