refresh the dataset card
Browse files
README.md
CHANGED
|
@@ -34,13 +34,20 @@ Scrape GitHub repositories by language, topic, star count, license, organization
|
|
| 34 |
| Rows in this dataset | 2,481 |
|
| 35 |
| Fields | 27 |
|
| 36 |
| Collector runs behind it | 50 |
|
| 37 |
-
| Most recent observation | 2026-08-
|
|
|
|
|
|
|
| 38 |
|
| 39 |
## What this is
|
| 40 |
|
| 41 |
Every row here was returned by a real run of a public collector. Nothing is generated from a
|
| 42 |
template over a keyword list: a row exists because a run observed it.
|
| 43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
## Provenance
|
| 45 |
|
| 46 |
Each row carries `_run_id` and `_dataset_id`, naming the collector run that produced it, so any
|
|
@@ -61,6 +68,21 @@ from datasets import load_dataset
|
|
| 61 |
ds = load_dataset("reapxdev/github-repo-scraper", split="train")
|
| 62 |
```
|
| 63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
## Related
|
| 65 |
|
| 66 |
- All sources: <https://reapx.dev/data/> · machine-readable index: <https://reapx.dev/llms.txt>
|
|
|
|
| 34 |
| Rows in this dataset | 2,481 |
|
| 35 |
| Fields | 27 |
|
| 36 |
| Collector runs behind it | 50 |
|
| 37 |
+
| Most recent observation | 2026-08-04 |
|
| 38 |
+
| Browsable presentation | [https://reapx.dev/data/github-repo-scraper/](https://reapx.dev/data/github-repo-scraper/) — 2,071 entity pages |
|
| 39 |
+
| Run the collector yourself | [https://apify.com/reapx/github-repo-scraper](https://apify.com/reapx/github-repo-scraper) |
|
| 40 |
|
| 41 |
## What this is
|
| 42 |
|
| 43 |
Every row here was returned by a real run of a public collector. Nothing is generated from a
|
| 44 |
template over a keyword list: a row exists because a run observed it.
|
| 45 |
|
| 46 |
+
A browsable presentation of the subset that carries an addressable `slug` is published as
|
| 47 |
+
2,071 entity pages at [https://reapx.dev/data/github-repo-scraper/](https://reapx.dev/data/github-repo-scraper/), one page per entity. **This dataset is
|
| 48 |
+
the larger of the two** — rows whose payload has no field that can address a page are here and
|
| 49 |
+
are not published there.
|
| 50 |
+
|
| 51 |
## Provenance
|
| 52 |
|
| 53 |
Each row carries `_run_id` and `_dataset_id`, naming the collector run that produced it, so any
|
|
|
|
| 68 |
ds = load_dataset("reapxdev/github-repo-scraper", split="train")
|
| 69 |
```
|
| 70 |
|
| 71 |
+
## A sample of the published entities
|
| 72 |
+
|
| 73 |
+
- [universal-android-debloater](https://reapx.dev/data/github-repo-scraper/0x192-universal-android-debloater/)
|
| 74 |
+
- [ffmpeg-kit](https://reapx.dev/data/github-repo-scraper/arthenica-ffmpeg-kit/)
|
| 75 |
+
- [just-pandas-things](https://reapx.dev/data/github-repo-scraper/chiphuyen-just-pandas-things/)
|
| 76 |
+
- [dev-sidecar](https://reapx.dev/data/github-repo-scraper/docmirror-dev-sidecar/)
|
| 77 |
+
- [CS-Books](https://reapx.dev/data/github-repo-scraper/forthespada-cs-books/)
|
| 78 |
+
- [go-multierror](https://reapx.dev/data/github-repo-scraper/hashicorp-go-multierror/)
|
| 79 |
+
- [keepassxc](https://reapx.dev/data/github-repo-scraper/keepassxreboot-keepassxc/)
|
| 80 |
+
- [PowerToys](https://reapx.dev/data/github-repo-scraper/microsoft-powertoys/)
|
| 81 |
+
- [point-e](https://reapx.dev/data/github-repo-scraper/openai-point-e/)
|
| 82 |
+
- [react](https://reapx.dev/data/github-repo-scraper/react-react/)
|
| 83 |
+
- [CodexBar](https://reapx.dev/data/github-repo-scraper/steipete-codexbar/)
|
| 84 |
+
- [server](https://reapx.dev/data/github-repo-scraper/unblockneteasemusic-server/)
|
| 85 |
+
|
| 86 |
## Related
|
| 87 |
|
| 88 |
- All sources: <https://reapx.dev/data/> · machine-readable index: <https://reapx.dev/llms.txt>
|