Skip to main content

Python bindings to oDesk API

Project description

License PyPI version Build status

Copyright (c) 2010-2014, oDesk http://www.odesk.com All rights reserved.

Python bindings to oDesk API

This is a Python bindings for Public oDesk API https://developers.odesk.com/ Using the API you can build apps that will help you:

  • Mangage your distributed team

  • Search for contractors and jobs

  • Send bulk invitations to interview and make offers

  • Send bulk messages to your team

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

API is the best way to comunicate 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-odesk

All the dependencies will be automatically installed as well.

SSL Certificates Note

We recomend to install a package httplib2.system_ca_certs_locater (it is installed by default during python_odesk 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, put the following code during initialization:

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

Quickstart

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

Installing Ipython interactive shell is very useful for playing with the API, it has autocomplete, history, displays docstring help if you add ‘?’ to the end of variable/function/class/method and many other nice things. So we greatly encourage you to install it: pip install ipython

To get started, look at the docs http://odesk.github.io/python-odesk/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.

Also threre’s a list of opensource projects using python-odesk:

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-odesk-0.5.8.tar.gz (40.8 kB view details)

Uploaded Source

File details

Details for the file python-odesk-0.5.8.tar.gz.

File metadata

File hashes

Hashes for python-odesk-0.5.8.tar.gz
Algorithm Hash digest
SHA256 2242e52cdc7fedd601e0d61ee2d75c12e9213bfd4240564e451df19eddeb1962
MD5 7a26aa956b7f8cccee8fcb18179bd862
BLAKE2b-256 8fea96ae2b41c00eb2bc60b2941291584460639955b4caf2ac2d712501b7ad78

See more details on using hashes here.

Supported by

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