Skip to content

Commit 0d067f2

Browse files
committed
Added Europeana integration
1 parent ee9d97c commit 0d067f2

5 files changed

Lines changed: 359 additions & 30 deletions

File tree

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ requests = ">=2.31.0"
2222
seaborn = "*"
2323
urllib3 = ">=2.5.0"
2424
wordcloud = "*"
25+
pre-commit = "*"
2526

2627
[dev-packages]
2728
black = "*"

Pipfile.lock

Lines changed: 60 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
"DATA_PROVIDER","LEGAL_TOOL","COUNT"
2+
"Museum of Gothenburg","CC ZERO 1.0","1"
3+
"Internet Culturale","INC 1.0","14"
4+
"Hellenic Literary and Historical Archive - Cultural Foundation of the National Bank Of Greece","CC BY 4.0","1"
5+
"Open Society Archives at Central European University","INC 1.0","1"
6+
"National Library of France","INC 1.0","1"
7+
"National Audiovisual Institute France","INC 1.0","6"
8+
"European Library of Information and Culture","CC ZERO 1.0","2"
9+
"European Library of Information and Culture","CC BY-SA 4.0","1"
10+
"National Museum of Art of Catalonia","CC BY-NC 4.0","1"
11+
"German National Library","INC 1.0","7"
12+
"Deutsche Fotothek","CC BY-SA 4.0","2"
13+
"Deutsche Fotothek","INC-EDU 1.0","3"
14+
"Royal Museums of Fine Arts of Belgium","INC 1.0","1"
15+
"DFF – German Film Institute & Film Museum","INC 1.0","10"
16+
"MAK – Museum of Applied Arts","INC 1.0","2"
17+
"GESIS - Leibniz Institute for the Social Sciences. Library Cologne","CC BY-NC-ND 4.0","2"
18+
"GESIS - Leibniz Institute for the Social Sciences. Library Cologne","INC 1.0","2"
19+
"The Albertina Museum","CC MARK 1.0","8"
20+
"Braidense National Library","NOC-OKLR 1.0","1"
21+
"Bauhaus University Weimar. University Library","CC MARK 1.0","2"
22+
"Department of Life Sciences, University of Trieste","CC BY-SA 3.0","5"
23+
"Foundation Virtual Library Miguel de Cervantes","INC 1.0","2"
24+
"Austrian National Library","NOC-NC 1.0","2"
25+
"Interuniversity Health Library","INC 1.0","1"
26+
"National Library of Romania","CC BY-SA 4.0","1"
27+
"Provincial Library Magna Capitana","NOC-OKLR 1.0","1"
28+
"Croatian Academy of Sciences and Arts","INC 1.0","1"
29+
"National Conservatory of Arts and Crafts","CC MARK 1.0","1"
30+
"National Library of Israel","CC BY 4.0","14"
31+
"Library of the Wroclaw University","CC MARK 1.0","4"

env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# https://googleapis.github.io/google-api-python-client/docs/epy/index.html
2020
# "string, key obtained from https://code.google.com/apis/console"
2121

22-
# GCS_DEVELOPER_KEY =
22+
# GCS_DEVELOPER_KEY = AIzaSyBcFgVx6oPcBu7sBkYIuaQeYg-aLttBqmo
2323

2424
# https://developers.google.com/custom-search/v1/reference/rest/v1/Search
2525
# "The identifier of an engine created using the Programmable Search Engine
@@ -28,7 +28,7 @@
2828
# https://googleapis.github.io/google-api-python-client/docs/dyn/customsearch_v1.cse.html
2929
# "string, The Programmable Search Engine ID to use for this request."
3030

31-
# GCS_CX =
31+
# GCS_CX
3232

3333

3434
## Flickr

0 commit comments

Comments
 (0)