> !! 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
To install use:
pip install freelancehunt-api
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.
Now active version is: 0.1.3
The freelancehunt-api is MIT licenced