Skip to content

Commit 0a3d111

Browse files
authored
Merge pull request #287 from creativecommons/disabled-fetch-scripts
Disable Europeana and Openverse fetch scripts
2 parents 1daba78 + 7d146c5 commit 0a3d111

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/1-fetch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
#
5252
# For now, data is fetched manually :/
5353

54-
# Fetch from Europeana disabled due to being considered incomplete
54+
# Fetch from Europeana disabled due API limitations
5555
# https://github.com/creativecommons/quantifying/issues/224
5656

5757
# Fetch from GCS disabled due to Google blocking GitHub Action runners
@@ -75,8 +75,8 @@ jobs:
7575
env:
7676
GH_TOKEN: ${{ secrets.BOT_TOKEN }}
7777

78-
# Fetch from Openverse disabled due to limitations of anonymous API
79-
# access
78+
# Fetch from Openverse disabled due to API limitations
79+
# https://github.com/creativecommons/quantifying/issues/184
8080

8181
- name: Fetch from Smithsonian
8282
run: |

scripts/1-fetch/europeana_fetch.py renamed to scripts/1-fetch/europeana_fetch.py.disabled

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env python
22
"""
3+
DISABLED:
4+
Fetch from Europeana disabled due API limitations
5+
https://github.com/creativecommons/quantifying/issues/224
6+
37
Fetch high-level Europeana statistics for Quantifying the Commons.
48
Generates two datasets:
59
1) Without themes (aggregated by DATA_PROVIDER, LEGAL_TOOL)

scripts/1-fetch/openverse_fetch.py renamed to scripts/1-fetch/openverse_fetch.py.disabled

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
#!/usr/bin/env python
22
"""
3-
Fetch CC Legal Tool usage from Openverse API.
3+
DISABLED:
4+
Fetch from Openverse disabled due to API limitations
5+
https://github.com/creativecommons/quantifying/issues/184
46
5-
Note:
6-
Because anonymous Openverse API access
7-
returns a maximum of ~240 result count
8-
per source-license combination, this
9-
script currently provides approximate counts.
10-
It does not include pagination or license_version
11-
breakdown.
7+
Fetch CC Legal Tool usage from Openverse API.
128
"""
139

1410
# Standard library

0 commit comments

Comments
 (0)