Skip to content

Instantly share code, notes, and snippets.

View eubnara's full-sized avatar

Yubi Lee eubnara

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 getpass
def get_repos(url, repo_list=[], auth=None):