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
downloader = Downloader("data/external/google-services.json")
The autoreload extension is already loaded. To reload it, use:
%reload_ext autoreload
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