nacknime-official / freelancehunt-api

Freelancehunt API Python library (@freelancehunt)

Home Page:https://freelancehunt-api-python.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Freelancehunt API Python library (@freelancehunt)

https://freelancehunt-api-python.readthedocs.io/

License:MIT License


Languages

Language:Python 100.0%