Skip to content

Instantly share code, notes, and snippets.

View msarahan's full-sized avatar

Mike Sarahan msarahan

  • Austin, TX
  • 03:16 (UTC -06:00)
View GitHub Profile
"""Set all repositories of a given GitHub organization name for a given user
to watching.
"""
import argparse
import json
import requests
import os