Skip to main content

Python bindings to Upwork API

Project description

License PyPI version GitHub release Build status

Copyright (c) 2010-2015, Upwork http://www.upwork.com All rights reserved.

Upwork API

These are Python bindings for Upwork Public API https://developers.upwork.com/ You can use the API to build apps that will help you:

  • Manage your distributed team

  • Search for contractors and jobs

  • Send bulk invitations to interview and make offers

  • Work with Messages workflow

  • Retrieve Time & Financial information for your company, team and contractors

The API is the best way to communicate between apps.

Requirements

httplib2==0.9 oauth2==1.5.211 urllib3==1.10 httplib2.system-ca-certs-locater==0.1.1

Installation

pip install python-upwork

All the dependencies will be automatically installed as well.

SSL Certificates Note

We recommend installing the package httplib2.system_ca_certs_locater (it is installed by default during python_upwork installation):

pip install pbr httplib2.system_ca_certs_locater

It will force httplib2 to use the OS’s certificates file.

If you want to use your own certificates, introduce the following code during initialization:

os.environ['HTTPLIB_CA_CERTS_PATH'] = '/path/to/my/ca_certs.txt'

Quick start

First, you need to create an API key for the authorization process here: https://www.upwork.com/services/api/keys

Installing Ipython interactive shell is very useful for working with the API. It offers features such as auto complete, history and docstring help display if you add ‘?’ to the end of the variable/function/class/method among other interesting functionalities. So we really encourage you to install this shell: pip install ipython

To get started, look at the docs http://upwork.github.io/python-upwork/how_to.html and also look at the examples/ folder to see examples how to obtain oauth access tokens for web application and desktop application.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-upwork-1.2.1.tar.gz (36.2 kB view details)

Uploaded Source

File details

Details for the file python-upwork-1.2.1.tar.gz.

File metadata

  • Download URL: python-upwork-1.2.1.tar.gz
  • Upload date:
  • Size: 36.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for python-upwork-1.2.1.tar.gz
Algorithm Hash digest
SHA256 ef4fc226a83305797297117e2a7025e8012d2de37636c14b0d2cd195a55bddbc
MD5 6d8a467ce7334f668d9043b5cffa9639
BLAKE2b-256 33166eb25b21db5ae1ddbed5a0eba4e310c49a6b6276c2ac26dd2778247c60b9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page