Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/1-fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down
4 changes: 4 additions & 0 deletions scripts/1-fetch/europeana_fetch.py → scripts/1-fetch/europeana_fetch.py.disabled
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env python
"""
DISABLED:
Fetch from Europeana disabled due API limitations
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)
Expand Down
12 changes: 4 additions & 8 deletions scripts/1-fetch/openverse_fetch.py → scripts/1-fetch/openverse_fetch.py.disabled
100755 → 100644
Original file line number Diff line number Diff line change
@@ -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
Expand Down