Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

jsclifford/pull-request-reporter

Repository files navigation

Pull Request Reporter

This is a python based reporter that gets pull request data from github and sends an email summary of a repos pull requests.

Getting Started

In order to run this script you must install the required packages

Pre-Requisites

Install

Run the following commands to install the required modules to run this script.

  1. Run below commands
#Install Pylint
pip install pylint

# Setup virtualenv (optional)
pip install virtualenv
python3 -m venv env
source env/bin/activate

# Install required modules
pip install -r requirements.txt
  1. Rename file .env.example to .env
    • Add appropriate api keys and default email address to the file.

Running the script

python3 pull_request_reporter.py --repository <your-repo-here> --email <your-email-address> --daysago 7

Cleanup

Deactivate your python environment

deactivate

About

Pull Request Reporter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published