Skip to content

Instantly share code, notes, and snippets.

@callahantiff
callahantiff / keyword_search_github_repositories.py
Last active January 1, 2024 11:17
GitHub API Repository Search (Python 3.6.2)
#!/usr/bin/env python3.6.2
# -*- coding: utf-8 -*-
# run script from command line via python3 keyword_search_github_repositories.py
import click
import datetime
import time
from github import Github