freelancehunt-api

FreelanceHunt API Python library


Keywords
python, freelance, api, wrapper
License
MIT
Install
pip install freelancehunt-api==0.1.3

Documentation

FreelanceHunt API framework

image

image

image

PyPI - Python Version

PyPI

GitHub release (latest by date)

image

Documentation Status

image

Overview

> !! DANGER !!: NOT FOR PRODUCTION USE!

A framework for working with the FreelanceHunt API.

Requirements:
  • Python 3.8
  • Requests

In progress:

  • [ ] Threads API: Delete ThreadMessage, Create Support request, Send attachment
  • [ ] Tests
  • [x] Thread and ThreadMessage representation

Installation

To install use:

pip install freelancehunt-api

Documentation

Quick usage:

from freelancehunt import FreelanceHuntClient

fl = FreelanceHuntClient('YOUR_API_TOKEN')
my_profile = fl.profiles.my_profile
print(my_profile.full_name)
#...

The freelancehunt-api documentation available here.

The Current Version

Now active version is: 0.1.3

Licence

The freelancehunt-api is MIT licenced