Skip to content

Instantly share code, notes, and snippets.

@matthewhughes
Created July 8, 2013 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewhughes/5947844 to your computer and use it in GitHub Desktop.
Save matthewhughes/5947844 to your computer and use it in GitHub Desktop.
First part of plurk scraper
from plurk_oauth.PlurkAPI import PlurkAPI
from collections import OrderedDict
import traceback
import scraperwiki
import sys
import json
api_key = "REDACTED"
api_secret = "REDACTED"
argument = sys.argv[1]
plurk = PlurkAPI(api_key, api_secret)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment