File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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
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 : |
Original file line number Diff line number Diff line change 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+
37Fetch high-level Europeana statistics for Quantifying the Commons.
48Generates two datasets:
591) Without themes (aggregated by DATA_PROVIDER, LEGAL_TOOL)
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments