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.
- Host: GitHub
- URL: https://github.com/chenxingqiang/github_commits_fetcher
- Owner: chenxingqiang
- License: mit
- Created: 2024-06-21T08:04:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T08:57:33.000Z (about 2 years ago)
- Last Synced: 2025-10-31T16:07:32.741Z (8 months ago)
- Topics: ai, commits, fetcher, github, python
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.