Tracking the history of journals in the Directory of Open Access Journals (DOAJ)
This repository uses GitHub Actions to retrieve the CSV file of journals in DOAJ once a day and track any changes to it over time using the git commit history.
It uses csv-diff to generate human-readable commit messages.
You can see recent changes to the CSV file here: https://github.com/rafguns/doaj-history/commits/main.
Both the idea and implementation were based on Simon Willison's git scraping work, especially the sf-tree-history repository.