Skip to content

Commit af035e3

Browse files
feat: refresh organizations over fifty followers
1 parent 73ff084 commit af035e3

19 files changed

Lines changed: 13903 additions & 1151 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PORT ?= 8000
22
HOST ?= 127.0.0.1
33
ROOT ?= docs
4-
QUERY ?= location:Italy type:org followers:>231
4+
QUERY ?= location:Italy type:org followers:>50
55
MAX_ORGS ?= 100
66
TRENDING_LIMIT ?= 100
77
WATCH_ORGS_FILE ?= data/watchorgs.txt

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ make populate
8282
Il target usa `scripts/populate.py`, interroga GitHub Search API con la query predefinita:
8383

8484
```text
85-
location:Italy type:org followers:>231
85+
location:Italy type:org followers:>50
8686
```
8787

8888
Variabili utili:
@@ -119,7 +119,7 @@ make trending
119119

120120
Il risultato viene scritto in `data/trending.json`, `data/trending.csv`, `docs/data/trending.json`, `docs/data/trending.csv` e nello snapshot giornaliero `data/YYYY/MM/DD/`.
121121

122-
Lo score combina crescita stimata a 30 giorni di follower, repository e stelle totali, piu base audience, base repository e verifica.
122+
Lo score combina crescita stimata a 30 giorni di follower, repository e stelle totali.
123123

124124
Le baseline a 30 giorni usano interpolazione lineare tra le letture disponibili. Se non esiste una lettura piu vecchia della finestra richiesta, il valore piu vecchio disponibile viene considerato costante andando indietro nel tempo.
125125

data/2026/05/25/metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"snapshot_date": "2026-05-25",
3-
"query": "location:Italy type:org followers:>231",
4-
"max_orgs": 20,
3+
"query": "location:Italy type:org followers:>50",
4+
"max_orgs": 100,
55
"watch_orgs_file": "data/watchorgs.txt",
66
"watch_users_file": "data/watchusers.txt",
77
"ignore_orgs_file": "data/ignoreorgs.txt",
@@ -15,8 +15,8 @@
1515
"ignored_orgs": [
1616
"mybatis"
1717
],
18-
"records": 22,
19-
"generated_at": "2026-05-25T17:23:52.860474+00:00",
18+
"records": 104,
19+
"generated_at": "2026-05-25T17:58:26.818251+00:00",
2020
"source": "GitHub Search API and Organizations API",
2121
"errors": []
2222
}

data/2026/05/25/organizations.csv

Lines changed: 83 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)