This is a repository for materials used in a API introduction workshop in 2021-09-03. The workshop aims to make a general introduction on API using examples of Trove API and Factiva API.
The materials include:
-
A demo jupyter notebook for Trove API. The notebook introduces how to build up a harvesting workflow with Trove API.
If you want to play with this notebook without any installation, try to use Colab.
【Important Note】
This notebook try to introduce both searching tricks and python codes in using Trove API from the very beginning. It might be good for you to go through this notebook if you want to build your own harvesting and analysis pipeline.
But if you only want to collect a large dataset from Trove's newspaper and gazettes, it's highly recommended to use the fabulous Trove Newspaper and Gazette Harvester, which is a part of GLAM Workbench developed by Tim Sherratt. This tool can help you easily download a large amount of digitised articles from Trove's newspapers and gazettes in various format (plain text, pdf, image) using minimal codes. And you can find more work-around analytic solutions for Trove there.