Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save korosuke613/873c3aafb0e1ad89604f75a4bfc4f403 to your computer and use it in GitHub Desktop.
Save korosuke613/873c3aafb0e1ad89604f75a4bfc4f403 to your computer and use it in GitHub Desktop.
tarao/oss-contributionsを試してみた(2016-01-01〜2021-06-30)

Contributions

Contributors1
Repositories27
Commits4,348
PRs 484
Reviews169
Issues 176
1,043 commits 173 PRs 165 reviews 145 issues
google/zx
★17,304
1 PR 1 issue
Pull requests
Issues
npm/cli
★4,554
1 issue
Issues
zenn-dev/zenn-editor
★235
1 issue
Issues
yoshikyoto/lgtmoon
★51
1 commit 1 PR 1 issue
Pull requests
Issues
covid19-miyazaki/covid19
★15
51 PRs 49 reviews 36 issues
Pull requests
Reviews
Issues
ganta/marktone
★11
2 commits 2 PRs 1 review 2 issues
Pull requests
Reviews
Issues
jonaskrask/vdm-vscode
★4
3 commits 1 PR
Pull requests
KatLab-MiyazakiUniv/etrobocon2019
★3
308 commits 30 PRs 64 reviews 58 issues
Pull requests
Reviews
Issues
TakaShinoda/beeenowiki
★3
54 commits 4 PRs 1 review
Pull requests
Reviews
HirokiTachiyama/BWDM
★3
1 issue
Issues
KatLab-MiyazakiUniv/etrobocon2018
★2
238 commits 38 PRs 17 reviews 8 issues
Pull requests
Reviews
Issues
Morichan/fescue
★2
1 commit 1 PR 1 issue
Pull requests
Issues
Morichan/SearchingLibraryInformation
★2
4 issues
Issues
Tatsumi0000/barter
★2
1 issue
Issues
KatLab-MiyazakiUniv/WebPage
★1
108 commits 16 PRs 1 review 5 issues
Pull requests
Reviews
Issues
KatLab-MiyazakiUniv/CameraSystem
★1
227 commits 13 PRs 27 reviews 20 issues
Pull requests
Reviews
Issues
KatLab-MiyazakiUniv/master-thesis-template
★1
14 commits 1 review
Reviews
KatLab-MiyazakiUniv/etrobocon2020
★1
1 review
Reviews
KatLab-MiyazakiUniv/learn-zenhub
4 commits 2 PRs 1 review 5 issues
Pull requests
Reviews
Issues
Takahiro55555/frontier-local-service
33 commits
KatLab-MiyazakiUniv/hackev_on_off_linetrace
22 commits
harakai/paper
28 commits 6 PRs 1 review
Pull requests
Reviews
Tamiyas/cpp-exercise
3 PRs
Pull requests
Tatsumi0000/CameraSystem
2 PRs
Pull requests
Oiwane/etrobocon2019
1 PR
Pull requests
Takahiro55555/CameraSystem
1 PR
Pull requests
Morichan/covid19
1 review
Reviews

Powered by tarao/oss-contributions

@korosuke613
Copy link
Author

korosuke613 commented Jun 27, 2021

  1. Generate personal access token. (check public_repo)
  2. Execute bundle install with Ruby 2.7.3. (can't use 3.x)
  3. Execute the following command.
GITHUB_TOKEN=**** bundle exec ruby \
oss_contributions.rb \
-u korosuke613 --sort=stargazers \
--from=2016-01-01 \
--to=2021-06-30 \
--render=templates/users.md.erb > test-tarao-oss-contributions_2016-01-01_2021-06-30.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment