Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jasontan on github.
  • I am jasontan (https://keybase.io/jasontan) on keybase.
  • I have a public key whose fingerprint is 2AE1 941E EDD8 6C58 1102 A2AB AF2E EAB4 BA5D F8F9

To claim this, I am signing this object:

Verifying that +jasontan is my openname (Bitcoin username). https://onename.com/jasontan
@jasontan
jasontan / sift_example.py
Created March 13, 2012 00:26
Sift Science Python API Example
#!/usr/bin/python
#
# Example of how to use Sift Science API. Designed to work with Python
# 2.6 and above. To run: python ./sift_example.py
import sift_client
def main():
sift_url = "https://api.siftscience.com/api/score"
sift_api_key = "z123"