Skip to content

izaac/github_issues_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Issues Search

Installation

 # clone the repository
 git clone <repo url> 
 cd github_issues_search
 pipenv --python 3.7
 pipenv shell
 pipenv install
 
 # Or use pip in an existing virtualenv
 pip install -r requirements.txt

Usage:

python main.py -d 2021-03-20

# The token is optional if a GITHUB_TOKEN environment variable exists that can be used.
# If the environment variable is set -t will override it. 
python main.py -d 2021-03-20 -t <Github Token>

The above will generate a xlsx Excel type file with the specified repositories and users configured in config_default.yaml

About

Github Issues Search Scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages