NIRI scraping and other utilities for Itero dental analysis
Project description
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 :
export DOCTOR_ID=...
export DOCTOR_PASSWORD=...
Exemple
from pytero.ExtractScans import ExtractScans
SAVE_FOLDER = "~/Downloads"
DOCTOR_ID = os.environ['DOCTOR_ID'] # john.smith@exemple.com
DOCTOR_PASSWORD = os.environ['DOCTOR_PWD'] # 1234
extractor = ExtractScans(DOCTOR_ID, DOCTOR_PASSWORD, SAVE_FOLDER)
# List of patients UUID (avaible in webpage source of iTero)
patients = [
"8e6a6514-7bd3-43b0-979f-0b488fbdd62b",
"e7725af2-34ff-4063-be08-0e92d639d89b"
]
for patient in patients:
extractor.goToAllWebViews(
whenOnScanView = extractor.exportZIPProcedure,
patientId = patient
)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pytero-0.1.0.tar.gz
(495.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pytero-0.1.0-py3-none-any.whl
(11.1 kB
view details)
File details
Details for the file pytero-0.1.0.tar.gz.
File metadata
- Download URL: pytero-0.1.0.tar.gz
- Upload date:
- Size: 495.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6a4058ca12b0d5546a7f6ca65d9e2c4569ae6d5a2f11f2120303c8426fb9226
|
|
| MD5 |
57f8aae69d92a8b2797eca453354fe31
|
|
| BLAKE2b-256 |
d5cea59a434a87e7c89bdce4d983f8d480700ba40d702eba4fe91e3cc255730e
|
File details
Details for the file pytero-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pytero-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9db0e9bf44e9793cf68b2917e7459a425f7343f07321a61bc9ed8c8c8235722a
|
|
| MD5 |
e3a1b9ccf5f19d15f02690e3c911133c
|
|
| BLAKE2b-256 |
b8e61944aea1cc32197855ab7fd344e9284409caac274b25efa41db2814f6646
|