Python library to download activities from People.ai's REST API
Project description
peopleai-api
Python library to download activities from People.ai’s REST API
from peopleai_api import PeopleAIClient
client = PeopleAIClient('<api_key>', '<api_secret>')
job_id = client.start_activities_export(start_date='2020-08-06', end_date='2020-08-06', activity_type='all',
output_format='JSONLines', export_type='delta')
client.check_activities_export(job_id, until_completed=True)
client.download_activities_export(job_id, '/tmp/peopleai-export.json')
Links & Contact Info
PyPI Package: https://pypi.org/project/peopleai-api/
GitHub Source: https://github.com/maxzheng/peopleai-api
Report Issues/Bugs: https://github.com/maxzheng/peopleai-api/issues
Connect: https://www.linkedin.com/in/maxzheng
Contact: maxzheng.os @t gmail.com
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
peopleai-api-0.0.4.tar.gz
(6.8 kB
view hashes)
Built Distribution
Close
Hashes for peopleai_api-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbb5f72aec801b0236f8a338c8d0204decc7802d9406921a37465e3cebf11b10 |
|
MD5 | 88a51c6d4e6b052981d754ad704fc9a8 |
|
BLAKE2b-256 | 7bd52289b8fecc7bd0d8b827df95bd8d4bb5d60cd31a51c448236491b5240261 |