mousepy.api.recordings package

Submodules

mousepy.api.recordings.recording module

class mousepy.api.recordings.recording.Recording(parent, recording_id: str, **kwargs)[source]

Bases: mousepy.api.API

Get a specific recording for the specified website.

browser()[source]
browser_version()[source]
city
country()[source]
created()[source]
device()[source]
duration()[source]
id()[source]
ip()[source]
isp()[source]
language()[source]
last_activity()[source]
lat
lng
os()[source]
os_version()[source]
page_views()[source]
pages()[source]
referrer()[source]
screen_resolution()[source]
star()[source]

Returns a star object representing the current star status and allows to star the specific recording.

Returns:Star
starred()[source]
tag(tag_name: str = None)[source]

Returns a tag object representing the current star status and allows to tag the specific recording.

Returns:Tag
tags()[source]
token()[source]
user_agent()[source]
variables(**kwargs)[source]
Parameters:kwargs
Returns:Variables
visitor_id()[source]
visitor_name()[source]

Module contents

class mousepy.api.recordings.Recordings(parent, **kwargs)[source]

Bases: mousepy.api.API

bulktag(tag_name: str) → mousepy.api.recordings.properties.bulktag.BulkTag[source]
count()[source]
ids()[source]
list() → dict[source]
recording(value)[source]
tags()[source]
variables(**kwargs)[source]
Parameters:kwargs
Returns:Variables