This project is for collecting data from the lab and uploading it to the lab's group dropbox.
git clone https://github.com/PV-Lab/labdata-pipeline.git
cd labdata-pipeline
pip install -r requirements.txt
python3 run.py
- The program will ask for the Dropbox app key and the secret key.
- You will then be asked to choose to generate a refresh token, where you will be redirected to dropbox which will request you to authorize the app to access your dropbox account for uploading and downloading the data to the group's dropbox folder.
- You will then be asked to provide the chemicals inventory API key.
python3 run.py
- Follow the link http://localhost:8000.