https://github.com/davidpomerenke/nexis-clicker
Stupidly clicking through Nexis Uni for you.
https://github.com/davidpomerenke/nexis-clicker
nexis nexis-lexis nexis-uni
Last synced: 3 months ago
JSON representation
Stupidly clicking through Nexis Uni for you.
- Host: GitHub
- URL: https://github.com/davidpomerenke/nexis-clicker
- Owner: davidpomerenke
- Created: 2024-02-16T16:40:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T16:49:35.000Z (about 1 year ago)
- Last Synced: 2025-01-13T07:14:19.137Z (4 months ago)
- Topics: nexis, nexis-lexis, nexis-uni
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!NOTE]
> This is not yet a library, but rather a script that you can adjust to your own requirements.# Nexis Clicker
> My PhD supervisor once told me that everyone doing newspaper analysis starts by writing code to read in files from the 'LexisNexis' newspaper archive.
> – Johannes Gruber, author of [LexisNexisTools](https://github.com/JBGruber/LexisNexisTools)_Nexis Uni_ is essentially the only source for newspaper articles and press releases[^1]. Since they do not have an API[^2], one needs to click through their database manually and download the articles bit by bit. This script automates the process to some extent by doing the clickwork for you. Just as for manual downloading, there are limits on the number of articles per download, and on the number of downloads per day. So it will still be a very slow and limited process – but at least you don't need to click yourself any more.
[^1]: For online newspaper articles, there is also the open portal [Media Cloud](https://mediacloud.org). For print newspaper articles in German-speaking countries, there is the [German Reference Corpus](https://www.ids-mannheim.de/digspra/kl/projekte/korpora/), but I am not aware of similar databases for other countries. I have searched extensively, and found only Nexis Uni and the other (Lexis)Nexis products.
[^2]: There is a "URL API", but that has nothing to do with a REST API.