Skip to content

Instantly share code, notes, and snippets.

@ramansah
Created March 16, 2017 20:10
Show Gist options
  • Save ramansah/f634d76281317e514a65cb8197fd33bb to your computer and use it in GitHub Desktop.
Save ramansah/f634d76281317e514a65cb8197fd33bb to your computer and use it in GitHub Desktop.
auth_url = upwork_client.auth.get_authorize_url()
# Opens a new tab in default web browser
webbrowser.open(url=auth_url, autoraise=True, new=2)
print 'Go to the mentioned URL : {}'.format(auth_url)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment