https://github.com/rexios80/github_contributions
Quickly list all of your open source contributions on GitHub
https://github.com/rexios80/github_contributions
Last synced: 3 months ago
JSON representation
Quickly list all of your open source contributions on GitHub
- Host: GitHub
- URL: https://github.com/rexios80/github_contributions
- Owner: Rexios80
- Created: 2023-02-22T00:14:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T14:37:59.000Z (over 1 year ago)
- Last Synced: 2025-01-24T01:51:53.954Z (4 months ago)
- Language: Dart
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quickly list all of your open source contributions on GitHub
## Why?
For reference while creating your resumeI wanted an easy way to see all my Open Source contributions while filtering out things like my personal projects, organizations owned by my job, etc.
## Prerequisites
- [Dart SDK](https://dart.dev)
- [GitHub token](https://github.com/settings/personal-access-tokens/new)## Setup
1. Clone this repository
2. Create `bin/private.dart` and add the fields required to make `bin/github_contributions.dart` happy
3. Run `dart run bin/github_contributions.dart`
4. Enjoy!