An open API service indexing awesome lists of open source software.

https://github.com/executablebooks/github-activity

Simple markdown changelogs for GitHub repositories
https://github.com/executablebooks/github-activity

Last synced: 25 days ago
JSON representation

Simple markdown changelogs for GitHub repositories

Awesome Lists containing this project

README

          

# github-activity

[![continuous-integration](https://github.com/executablebooks/github-activity/actions/workflows/tests.yaml/badge.svg)](https://github.com/executablebooks/github-activity/actions/workflows/tests.yaml)

Generate markdown changelogs for GitHub repositories with more control over types of contributions and metadata used to create the changelogs.

For an example, see the [changelog of this package](<[https://](https://github-activity.readthedocs.io/en/latest/changelog)>).

See [the GitHub Activity Documentation](https://github-activity.readthedocs.io) for our documentation.

## Install and use this tool

Install and use this tool via the command line like so:

```bash
pip install github-activity
github-activity [/] --since --until
```

See [the GitHub Activity Documentation](https://github-activity.readthedocs.io) for our documentation.

## Contribute to this package

See [the Contributing Guide for more details](https://github-activity.readthedocs.io/en/latest/contribute).