Skip to content

Instantly share code, notes, and snippets.

@PmasonFF
PmasonFF / org_workflow_stats.py
Last active May 24, 2019 15:46 — forked from adammcmaster/org_workflow_stats.py
Print workflow stats for an organisation
# -*- coding: utf-8 -*-
"""
Requires panoptes-client and (on Python 2) futures.
pip install panoptes-client futures
"""
import sys
import panoptes_client
from panoptes_client import Panoptes, Organization
ORG_ID = 16