Skip to content

Instantly share code, notes, and snippets.

View jwmoss's full-sized avatar
🤩
Stuck in a foreach loop

Jonathan Moss jwmoss

🤩
Stuck in a foreach loop
  • Wilmington, NC
View GitHub Profile
@jwmoss
jwmoss / parse_task.py
Created October 24, 2024 18:18
parse_task
# pip install mozci
# pip install zstandard
import requests
import sys
from mozci.util.taskcluster import get_task
#input_task_id = "OkI2h843RBGsyOzo5NH1Dg"
input_task_id = sys.argv[1]