Skip to content

mnecas/GithubGraphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GithubGraphs

Generate graphs and reports of pull requests for your GitHub repository. Plug in your repository URL, parse the PRs and see the health of your PR merge process. Screenshot

Installation

How to run

Starting the server

TOKEN=<YOUR_TOKEN> python3 manage.py runserver --insecure

Updating the data

Updating all repositories

TOKEN=<YOUR_TOKEN> python manage.py update

Updating only one repository

TOKEN=<YOUR_TOKEN> python manage.py update user/repo

  • You can also update repositories from "admin Websites".

Downloading data from repo

TOKEN=<YOUR_TOKEN> python3 manage.py save_website --insecure

  • Also in "admin Add_websites" there is an action to save it.

If it doesn't work, check your Python version.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published