This is demonstration code, to run this code on one's own you need a credentials.json from Google Console Project.
-
python3 -m venv ./venv -
Win:
.\venv\Scripts\activateLinux:
source ./venv/bin/activate -
pip install -r requirements.txt
-
python3 main.py -
Example: M3107