Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aat-downloader

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aat-downloader

A downloader for mobile aat data.

  • 0.0.4
  • PyPI
  • Socket score

Maintainers
1

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc