All Projects → freelancer → freelancer-sdk-python

freelancer / freelancer-sdk-python

Licence: LGPL-3.0, GPL-3.0 licenses found Licenses found LGPL-3.0 COPYING.LESSER GPL-3.0 LICENSE
Official Freelancer.com API SDK

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to freelancer-sdk-python

awesome-freelancer
自由职业者&远程工作者&独立开发者&开源工作者@生存指南
Stars: ✭ 67 (+24.07%)
Mutual labels:  freelancer
Startbootstrap Freelancer
Start Bootstrap is an open source library of free Bootstrap themes and templates. All of the free themes and templates on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 2,304 (+4166.67%)
Mutual labels:  freelancer
Remote Working
收集整理远程工作相关的资料
Stars: ✭ 7,158 (+13155.56%)
Mutual labels:  freelancer
Sourcerer App
🦄 Sourcerer app makes a visual profile from your GitHub and git repositories.
Stars: ✭ 6,645 (+12205.56%)
Mutual labels:  freelancer
Theremotefreelancer
Listing of community-curated resources to find topical remote freelance & contract work for software developers, web designers, and more!
Stars: ✭ 6,435 (+11816.67%)
Mutual labels:  freelancer
Manta
🎉 Flexible invoicing desktop app with beautiful & customizable templates.
Stars: ✭ 5,160 (+9455.56%)
Mutual labels:  freelancer
modelo-contrato-freelancer
Modelo de contrato para Freelancers
Stars: ✭ 112 (+107.41%)
Mutual labels:  freelancer
freelancer-sdk-android
The Freelancer sdk aims to make using the the Freelancer.com API as easy as possible.
Stars: ✭ 19 (-64.81%)
Mutual labels:  freelancer
daviddalbusco.com
Freelance Web Developer
Stars: ✭ 19 (-64.81%)
Mutual labels:  freelancer

Python library for Freelancer.com API

https://travis-ci.org/freelancer/freelancer-sdk-python.svg?branch=master

This is a Python library for the Freelancer.com API. Using this, you can interact with Freelancer.com from your Python applications. It supports Python 2.7 and Python 3 (3.6+). For more about information about the Freelancer.com API, visit https://developers.freelancer.com.

Install

Install it using pip install freelancersdk. It may be a good idea to use virtualenv as part of your workflow.

Versioning

The current version series of the library is 0.1.x which corresponds to the 0.1 version of the API. The revision number x corresponds to the revision of the SDK. The 0.1 series of the library will continue to support (in a backward compatible way) the 0.1 version of the Freelancer.com API.

Usage

The first step to using any SDK function is to create a Session object:

>>> from freelancersdk.session import Session
>>> session = Session(oauth_token=token)

You must have a valid OAuth2 token before you can use the SDK or the API. See the Freelancer.com Developer portal for more information on how you can do so.

Once we have a session object, we can start using the SDK functions.

Examples

All the examples below recognizes two environment variables:

  • FLN_OAUTH_TOKEN: The OAuth2 token to create the session with and must be specified
  • FLN_URL: If you want to use the library to make requests against the Freelancer.com Sandbox, you can specifiy FLN_URL=https://www.freelancer-sandbox.com. If not specified, it defaults to https://www.freelancer.com.

Projects

Bids

Milestone Payments

Messaging

Contests

Users

License

GNU LGPLv3. Please see LICENSE and COPYING.LESSER.

Please note that 0.1.3 release changed the LICENSE from BSD to GNU LGPLv3. If you were using the library prior to this release, please file a issue to let us know if the change affects you in any way.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].