a wrapper for using Hotjar APIs
Project description
Hotjar Data Wrapper
This is a wrapper for Hotjar APIs to let you login and download survey data and metadata for your account.
Supported APIs and docs
Get survey metadata
Login and download metadata for a specific survey.
import hotjar_data_wrapper.hotjar_api as hot
meta = hot.get_survey_metadata(survey_id=survey_id, site_id=site_id, username=username, password=password)
meta.status_code # 200
meta.content # prints content
Get survey questions
Login and download questions for a specific survey.
questions = hot.get_survey_questions(survey_id=survey_id, site_id=site_id, username=username, password=password)
questions.content
List all surveys
Login and download list of all surveys for a given site ID.
all_surveys = hot.get_list_all_surveys(site_id=site_id, username=username, password=password)
all_surveys.content
Get all survey metadata
Login and download metadata for a list of surveys with survey IDs.
hot.get_all_surveys_metadata(
path="data/hotjar surveys",
surveys_list=ids,
site_id=site_id,
username=username,
password=password,
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file hotjar-data-wrapper-0.1.5.tar.gz
.
File metadata
- Download URL: hotjar-data-wrapper-0.1.5.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad49cf75a7d2d8c178f4a957122c73639f0dbc27b336ce519911adf97e3ca5e1 |
|
MD5 | 2bf34cc023ee05183f5d728c54cd1f4d |
|
BLAKE2b-256 | 84dda38b8e96287b59277c1b4154229d897e8d55ae7467126a37db10371ec9ae |
File details
Details for the file hotjar_data_wrapper-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: hotjar_data_wrapper-0.1.5-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cde49d5ac5c8f6f97772ffd8ed4a9174d96060118f4f5bfbda67a98e0f35fb0 |
|
MD5 | 5cab9138a203bda3553c643e933e22c6 |
|
BLAKE2b-256 | 07f359723a10540ff7cc7301ac4e604448892ad293d75be5dfe5e61737014d11 |