bmdepesa / github_issues_search

Github Issues Search Scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%