Skip to content

Commit

Permalink
Add docs/fetch_pmg_contributors.py script (#3387)
Browse files Browse the repository at this point in the history
* add script docs/fetch_pmg_contributors_sorted.py for fetching the top contributors of pymatgen from GitHub's API

* update top-contributors.csv

* mv docs/fetch_pmg_contributors(_sorted->'').py
  • Loading branch information
janosh authored Oct 7, 2023
1 parent 569cd82 commit a20d29d
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ venv/
ENV/
env.bak/
venv.bak/
**/secrets*
92 changes: 92 additions & 0 deletions docs/2023-10-07-top-contributors.csv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

84 changes: 84 additions & 0 deletions docs/fetch_pmg_contributors.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a20d29d

Please sign in to comment.