Skip to content

Instantly share code, notes, and snippets.

View tburke's full-sized avatar

Thomas Burke tburke

View GitHub Profile

Keybase proof

I hereby claim:

  • I am tburke on github.
  • I am tiburke (https://keybase.io/tiburke) on keybase.
  • I have a public key ASDdwPX2H-BReYC3yVLEXWrCQXbtfzefLGz4DgOv2XBfiQo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am tiburke on github.
  • I am tiburke (https://keybase.io/tiburke) on keybase.
  • I have a public key ASDdwPX2H-BReYC3yVLEXWrCQXbtfzefLGz4DgOv2XBfiQo

To claim this, I am signing this object:

@tburke
tburke / snapload.py
Created November 9, 2016 16:54
Hash and Load a file to Snapchat
import requests
import json
import hashlib
import sys
import time
class SnapImport:
def __init__(self, client_id, client_secret, code):
self.client_id = client_id
self.client_secret = client_secret