Metadata-Version: 2.4
Name: pytero
Version: 0.0.5
Summary: NIRI scraping and other utilities for Itero dental analysis 
Project-URL: Homepage, https://github.com/ImaneChafi/Pytero
Project-URL: Issues, https://github.com/ImaneChafi/Pytero/issues
Author-email: Ryan Bartolomeo <ryan.bartolomeo@polymtl.ca>, Imane Chafi <imane.chafi@etud.polymtl.ca>
License-Expression: MIT
License-File: LICENSE
Keywords: dentist,iTero,scrapping
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: selenium>=4.36.0
Requires-Dist: watchdog>=6.0.0
Description-Content-Type: text/markdown

# Pytero
NIRI scraping and other utilities for Itero dental analysis 
---
Before doing anything, you must "log in" with your doctor username and password. From Linux/MacOS, run this script in your terminal and modify correctly the tree dots :

```bash
export DOCTOR_ID=...
export DOCTOR_PASSWORD=...

```
