Skip to content

cyber-tutor/data-dumping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyber Tutor Firestore Data Dumping

Usage

python scripts/downloader.py

screenshot of downloader dot py

python scripts/uploader.py

screenshot of uploader dot py

Local Instance Instructions

  1. Open Visual Studio Code
  2. Open a new terminal, and clone this GitHub repository using the following command:
git clone https://github.com/Cyber-Tutor/Cyber-Tutor-Firestore-Data-Dumping.git
  1. Create and activate a Python virtual environment using the following commands:
python -m venv .venv
.venv\Scripts\activate
  1. Install packages from requirements.txt using the following command:
pip install -r requirements.txt
  1. Get the serviceAccountKey.json from Firestore, and the commands should work. The serviceAccountKey.json.template should help you know if you downloaded the correct file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Languages