Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 843 Bytes

File metadata and controls

27 lines (18 loc) · 843 Bytes

T3 API Examples

Example Python scripts that use the T3 API to automatically talk to metrc.com.

Getting Started

New here? Start with intro.py. It will walk you through setup and authentication. All you need to do is:

  1. Download intro.py (click the download icon at the top right of the file)
  2. Install uv (handles Python and all dependencies for you)
  3. Run it:
    uv run intro.py
    

Examples

Once you're set up, explore the other scripts in this repo. Every script can be run the same way:

uv run <script>.py

Resources