Skip to main content

A downloader for mobile aat data.

Project description

AAT Downloader

A package that helps download mobile AAT data.

Install

pip install aat_downloader

How to use

To use this package, first download the google-services.json file from the settings of your Firebase realtime database.

Downloading data

To download data run the lines below (replace "experiment" with the experiment you want to delete).

from aat_downloader.downloader import Downloader
# Initiate downloader with path to google services file (downloaded from Firebase)
downloader = Downloader("data/external/google-services.json")
The autoreload extension is already loaded. To reload it, use:
  %reload_ext autoreload
# Specify experiment name and storage folder and download data
downloader.download("experiment", "data/raw")

Deleting data

To delete data run the following function (replace "experiment" with the experiment you want to delete).

downloader.delete_participants("experiment")
Warning: Are you sure you want to delete participants of experiment: fooddemo?
 y

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

aat_downloader-0.0.4.tar.gz (10.3 kB view hashes)

Uploaded Source

Built Distribution

aat_downloader-0.0.4-py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 3

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