• Stars
    star
    148
  • Rank 248,522 (Top 5 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 9 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Python bindings for Upwork API

Python bindings for Upwork API (OAuth1)

License PyPI Version GitHub release Build Status

Upwork API

This project provides a set of resources of Upwork API from http://developers.upwork.com based on OAuth 1.0a.

Features

These are the supported API resources:

  • My Info
  • Custom Payments
  • Hiring
  • Job and Freelancer Profile
  • Search Jobs and Freelancers
  • Organization
  • Messages
  • Time and Financial Reporting
  • Metadata
  • Snapshot
  • Team
  • Workd Diary
  • Activities

License

Copyright 2020 Upwork Corporation. All Rights Reserved.

python-upwork is licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

SLA

The usage of this API is ruled by the Terms of Use at:

https://developers.upwork.com/api-tos.html

Requirements

To integrate this library you need to have:

  • Python 3.8+
  • requests_oauthlib >= 1.3.0

Installation

pip3 install python-upwork

All the dependencies will be automatically installed as well.

Usage

Follow instructions from the Installation section.

Run myapp.py and follow the instructions, or open myapp.py and type the consumer_key and consumer_secret that you previously got from the API Center. That's all. Run your app as python myapp.py and have fun.'

More Repositories

1

node-upwork

Node.JS bindings for Upwork API
JavaScript
69
star
2

php-upwork

PHP bindings for Upwork API
PHP
45
star
3

phystrix-dashboard

Hystrix dashboard support for Phystrix
PHP
34
star
4

ruby-upwork

Ruby bindings for Upwork API
Ruby
26
star
5

golang-upwork

GO bindings for Upwork API
Go
23
star
6

phystrix-bundle

Phystrix integration with Symfony2 framework. This bundle provides phystrix command factory service: phystrix.command_factory with default configuration.
PHP
19
star
7

python-upwork-oauth2

Python bindings for Upwork API (OAuth2)
Python
18
star
8

java-upwork

JAVA bindings for Upwork API
Java
18
star
9

donkey-core

DSL grammar and code generation tool for defining contracts of RESTful services
Java
7
star
10

php-upwork-oauth2

PHP bindings for Upwork API (OAuth2)
PHP
5
star
11

node-upwork-oauth2

Node.JS bindings for Upwork API (OAuth2)
JavaScript
5
star
12

golang-upwork-oauth2

GO bindings for Upwork API (OAuth2)
Go
4
star
13

model-rerank

Java
3
star
14

java-upwork-oauth2

JAVA bindings for Upwork API (OAuth2)
HTML
3
star
15

perl-upwork

Perl bindings for Upwork API
Perl
2
star
16

perl-upwork-oauth2

Perl bindings for Upwork API (OAuth2)
Perl
2
star
17

atlas-query-editor

JavaScript
2
star
18

ruby-upwork-oauth2

Ruby bindings for Upwork API (OAuth2)
Ruby
2
star
19

dev_null

Null Repository for testing. Please do not check in any files.
1
star
20

phystrix

Phystrix is a latency and fault tolerance library for PHP, inspired by Netflix’s Hystrix
PHP
1
star
21

donkey-example

This project demonstrates usage of Donkey DSL for designing and creating services and clients built on top of Java's popular Spring framework and PHP's Symfony 4
Java
1
star