Skip to content

executablebooks/github-activity

github-activity

Generate simple markdown changelogs for GitHub repositories written in Python.

continuous-integration

This package provides a CLI to do two things:

Scrape all GitHub activity over a period of time for a repository. Given a GitHub org, repository, an initial git reference or date, use the GitHub GraphQL API to return a Pandas DataFrame of all issue and PR activity for this time period.

Render this as a markdown changelog. Convert this DataFrame to markdown that is suitable for generating changelogs or community updates.

For an example, see the changelog of this package.

Use this tool

Use this tool via the command line like so:

github-activity [<org>/<repo>] --since <date or ref> --until <date or ref>

See the User Guide for details on how to install and use this tool.

Contribute to this package

See the Contributing Guide for more details.