freelancehunt-api

FreelanceHunt API Python library


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

Documentation

FreelanceHunt API framework

https://codecov.io/gh/dmytrohoi/freelancehunt-api/branch/master/graph/badge.svg?token=TZWKUPK6D0 https://img.shields.io/github/v/tag/dmytrohoi/freelancehunt-api?style=flat PyPI - Python Version PyPI GitHub release (latest by date) https://img.shields.io/github/license/dmytrohoi/freelancehunt-api Documentation Status https://app.codacy.com/project/badge/Grade/aa0c2a00cf844651a43c4f9fdc5d9848

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