Skip to main content

a wrapper for using Hotjar APIs

Project description

Hotjar Data Wrapper

Code style: black

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hotjar-data-wrapper-0.1.5.tar.gz (6.7 kB view details)

Uploaded Source

Built Distribution

hotjar_data_wrapper-0.1.5-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

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

Hashes for hotjar-data-wrapper-0.1.5.tar.gz
Algorithm Hash digest
SHA256 ad49cf75a7d2d8c178f4a957122c73639f0dbc27b336ce519911adf97e3ca5e1
MD5 2bf34cc023ee05183f5d728c54cd1f4d
BLAKE2b-256 84dda38b8e96287b59277c1b4154229d897e8d55ae7467126a37db10371ec9ae

See more details on using hashes here.

File details

Details for the file hotjar_data_wrapper-0.1.5-py3-none-any.whl.

File metadata

File hashes

Hashes for hotjar_data_wrapper-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 5cde49d5ac5c8f6f97772ffd8ed4a9174d96060118f4f5bfbda67a98e0f35fb0
MD5 5cab9138a203bda3553c643e933e22c6
BLAKE2b-256 07f359723a10540ff7cc7301ac4e604448892ad293d75be5dfe5e61737014d11

See more details on using hashes here.

Supported by

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