Freelancer.com SDK for Python

A Python library for working with Freelancer.com. It exposes the core functionalities - posting a project, bidding on a project, accepting a bid and others.

For more about information about the Freelancer.com API, visit https://developers.freelancer.com.

Installing the SDK

The latest stable release is available from PyPi. Install it using pip:

pip install freelancersdk

Getting Started

To talk to Freelancer.com, we first create session:

from freelancersdk.session import Session
s = Session(oauth_token="myoauth$token")