Skip to main content

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')

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page