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

https://github.com/chenxingqiang/github_commits_fetcher

A Python project focusing on License, Installation, Usage, GitHub Commits Fetcher.
https://github.com/chenxingqiang/github_commits_fetcher

ai commits fetcher github python

Last synced: about 13 hours ago
JSON representation

A Python project focusing on License, Installation, Usage, GitHub Commits Fetcher.

Awesome Lists containing this project

README

          

# GitHub Commits Fetcher

A Python package for fetching and processing GitHub commits.

## Installation

```
pip install github-commits-fetcher
```

## Usage

```python
from github_commits_fetcher import GitHubCommitsFetcher

fetcher = GitHubCommitsFetcher(
repo_owner='owner',
repo_name='repo',
github_token='your_token'
)

fetcher.process_commits()
```

For command-line usage:

```
github-commits-fetcher --repo_owner owner --repo_name repo --github_token your_token
```

## License

This project is licensed under the MIT License - see the LICENSE file for details.