Coder Social home page Coder Social logo

python-upwork's Introduction

License PyPI version GitHub release Build status

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

Python bindings to 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
  • Send bulk messages to your team
  • 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.

Also, threre's a list of opensource projects using python-upwork:

Useful Links

python-upwork's People

Contributors

michael-yin avatar mnovozhylov avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.