python-hibob is an unofficial python3 driver for HiBob API
Clone this repo to use this package:
git clone [email protected]:uvoteam/python-hibob.git hibob
Install required packages:
pip3 install -r hibob/requirements.txt
from hibob import Driver
driver = Driver(
api_token="YOUR_TOKEN_HERE"
)
# Read company people
people = driver.people.list()
For more detailed info check wiki
- Installation from PyPi
- Improved docstrings
- Unittests
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.