Skip to content

Instantly share code, notes, and snippets.

@ramansah
Created March 16, 2017 20:12
Show Gist options
  • Save ramansah/6e990bf0116538e9043e1c21c83f45be to your computer and use it in GitHub Desktop.
Save ramansah/6e990bf0116538e9043e1c21c83f45be to your computer and use it in GitHub Desktop.
verifier = raw_input('Enter Verifier: ')
(token, token_secret) = upwork_client.auth.get_access_token(verifier)
upwork_client = upwork.Client(
public_key, secret_key,
oauth_access_token=token,
oauth_access_token_secret=token_secret)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment