Skip to content

Commit

Permalink
Merge pull request #81 from GLAM-Workbench/update
Browse files Browse the repository at this point in the history
Fix Trove links
  • Loading branch information
wragge committed Aug 30, 2023
2 parents 5efd039 + a166ce9 commit 7b54ba8
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 7 deletions.
18 changes: 15 additions & 3 deletions Using-TroveHarvester-to-get-newspaper-articles-in-bulk.ipynb
Expand Up @@ -106,9 +106,15 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
"Before we go any further you should make sure you have a Trove API key. For non-commercial projects, you just fill out a simple form and your API key is generated instantly. Follow the instructions in the Trove Help to [obtain your own Trove API Key](http://help.nla.gov.au/trove/building-with-trove/api).\n",
"Before we go any further you should make sure you have a Trove API key. For non-commercial projects, you just fill out a simple form and your API key is generated instantly. Follow the instructions in the Trove Help to [obtain your own Trove API Key](https://trove.nla.gov.au/about/create-something/using-api).\n",
"\n",
"Once you've created a key, you can access it at any time on the 'For developers' tab of your Trove user profile.\n",
"\n",
Expand All @@ -118,7 +124,13 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"outputs": [],
"source": [
"# Insert your Trove API key\n",
Expand Down
26 changes: 22 additions & 4 deletions newspaper_harvester_app.ipynb
Expand Up @@ -2,7 +2,13 @@
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
"# Trove Newspaper & Gazette Harvester\n",
"\n",
Expand Down Expand Up @@ -145,17 +151,29 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
"## Enter your Trove API key\n",
"\n",
"The harvester gets its data from the Trove API. To use the API [you need a key](http://help.nla.gov.au/trove/building-with-trove/api) — the process is quick, painless, and free. Once you have a key, paste it in below."
"The harvester gets its data from the Trove API. To use the API [you need a key](https://trove.nla.gov.au/about/create-something/using-api) — the process is quick, painless, and free. Once you have a key, paste it in below."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"outputs": [],
"source": [
"display(api_key)"
Expand Down

0 comments on commit 7b54ba8

Please sign in to comment.