From fa8315ab33153f4abdf815ca265950fd4d7b2be0 Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Fri, 6 Mar 2026 10:52:38 +0100 Subject: [PATCH 1/5] rename incomplete/non-functional fetch scripts --- .../1-fetch/{europeana_fetch.py => europeana_fetch.py.disabled} | 0 .../1-fetch/{openverse_fetch.py => openverse_fetch.py.disabled} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename scripts/1-fetch/{europeana_fetch.py => europeana_fetch.py.disabled} (100%) rename scripts/1-fetch/{openverse_fetch.py => openverse_fetch.py.disabled} (100%) diff --git a/scripts/1-fetch/europeana_fetch.py b/scripts/1-fetch/europeana_fetch.py.disabled similarity index 100% rename from scripts/1-fetch/europeana_fetch.py rename to scripts/1-fetch/europeana_fetch.py.disabled diff --git a/scripts/1-fetch/openverse_fetch.py b/scripts/1-fetch/openverse_fetch.py.disabled similarity index 100% rename from scripts/1-fetch/openverse_fetch.py rename to scripts/1-fetch/openverse_fetch.py.disabled From c0c8b090b1e581d1e85065f5b712388ae26701be Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Fri, 6 Mar 2026 11:04:24 +0100 Subject: [PATCH 2/5] add disabled note --- scripts/1-fetch/openverse_fetch.py.disabled | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/scripts/1-fetch/openverse_fetch.py.disabled b/scripts/1-fetch/openverse_fetch.py.disabled index 2285ba9c..86c0d29e 100755 --- a/scripts/1-fetch/openverse_fetch.py.disabled +++ b/scripts/1-fetch/openverse_fetch.py.disabled @@ -1,14 +1,10 @@ #!/usr/bin/env python """ -Fetch CC Legal Tool usage from Openverse API. +DISABLED: + Fetch from Openverse disabled due to API limitations + https://github.com/creativecommons/quantifying/issues/184 -Note: - Because anonymous Openverse API access - returns a maximum of ~240 result count - per source-license combination, this - script currently provides approximate counts. - It does not include pagination or license_version - breakdown. +Fetch CC Legal Tool usage from Openverse API. """ # Standard library From adcdaaecd006341cd5f729a83791746848d58c95 Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Fri, 6 Mar 2026 11:05:29 +0100 Subject: [PATCH 3/5] add disabled note --- scripts/1-fetch/europeana_fetch.py.disabled | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/1-fetch/europeana_fetch.py.disabled b/scripts/1-fetch/europeana_fetch.py.disabled index 2451f4ba..49832b4d 100755 --- a/scripts/1-fetch/europeana_fetch.py.disabled +++ b/scripts/1-fetch/europeana_fetch.py.disabled @@ -1,5 +1,9 @@ #!/usr/bin/env python """ +DISABLED: + Fetch from Europeana disabled due to being considered incomplete + https://github.com/creativecommons/quantifying/issues/224 + Fetch high-level Europeana statistics for Quantifying the Commons. Generates two datasets: 1) Without themes (aggregated by DATA_PROVIDER, LEGAL_TOOL) From def452b77e7c572c15205296a02b6d46de546e40 Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Fri, 6 Mar 2026 11:12:43 +0100 Subject: [PATCH 4/5] make disabled messages consistent / more accurate --- .github/workflows/1-fetch.yml | 6 +++--- scripts/1-fetch/europeana_fetch.py.disabled | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/1-fetch.yml b/.github/workflows/1-fetch.yml index 86590b0f..ca0fba26 100644 --- a/.github/workflows/1-fetch.yml +++ b/.github/workflows/1-fetch.yml @@ -51,7 +51,7 @@ jobs: # # For now, data is fetched manually :/ - # Fetch from Europeana disabled due to being considered incomplete + # Fetch from Europeana disabled due API limitations # https://github.com/creativecommons/quantifying/issues/224 # Fetch from GCS disabled due to Google blocking GitHub Action runners @@ -75,8 +75,8 @@ jobs: env: GH_TOKEN: ${{ secrets.BOT_TOKEN }} - # Fetch from Openverse disabled due to limitations of anonymous API - # access + # Fetch from Openverse disabled due to API limitations + # https://github.com/creativecommons/quantifying/issues/184 - name: Fetch from Smithsonian run: | diff --git a/scripts/1-fetch/europeana_fetch.py.disabled b/scripts/1-fetch/europeana_fetch.py.disabled index 49832b4d..40a0e5aa 100755 --- a/scripts/1-fetch/europeana_fetch.py.disabled +++ b/scripts/1-fetch/europeana_fetch.py.disabled @@ -1,7 +1,7 @@ #!/usr/bin/env python """ DISABLED: - Fetch from Europeana disabled due to being considered incomplete + Fetch from Europeana disabled due API limitations https://github.com/creativecommons/quantifying/issues/224 Fetch high-level Europeana statistics for Quantifying the Commons. From 7d146c5cc63840bc9aa73a3f8426cb408b07a4c4 Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Fri, 6 Mar 2026 11:17:17 +0100 Subject: [PATCH 5/5] remove executable --- scripts/1-fetch/europeana_fetch.py.disabled | 0 scripts/1-fetch/openverse_fetch.py.disabled | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 scripts/1-fetch/europeana_fetch.py.disabled mode change 100755 => 100644 scripts/1-fetch/openverse_fetch.py.disabled diff --git a/scripts/1-fetch/europeana_fetch.py.disabled b/scripts/1-fetch/europeana_fetch.py.disabled old mode 100755 new mode 100644 diff --git a/scripts/1-fetch/openverse_fetch.py.disabled b/scripts/1-fetch/openverse_fetch.py.disabled old mode 100755 new mode 100644