https://github.com/dcnick3/very-large-repos
Get a list of large rust github repositories with a very specific set of requirements 🤡
https://github.com/dcnick3/very-large-repos
Last synced: over 1 year ago
JSON representation
Get a list of large rust github repositories with a very specific set of requirements 🤡
- Host: GitHub
- URL: https://github.com/dcnick3/very-large-repos
- Owner: DCNick3
- Created: 2023-09-29T11:52:53.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T10:43:00.000Z (almost 3 years ago)
- Last Synced: 2025-01-28T03:29:48.126Z (over 1 year ago)
- Language: Rust
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

This tool uses github API to search for non-archived rust repositories with >10 stars and >10 commits, sorted by size.
Due to the sorting, there are a lot of repos that do not really have a lot in terms of rust code, instead opting to have a bunch of binary files to bring up the size.
Therefore, we check (also using github API) whether the rust takes majority of the space in the latest commit.
Why aren't we using a more sensible sorting? Don't ask me 🤡
It takes about 1.5 hours to run this script. It needs a `GITHUB_TOKEN` env variable set and will write the results into `repo-list.txt` file.