Sammelt alle Schlagzeilen eines bestimmten Zeitraums aus dem Feed der Tagesschau mithilfe der Tageschau API und sortiert diese nach Land. Alle Artikel sind anclickbar und führen zum Originalartikel auf der Seite der Tagesschau.
Einen Link zum Tool findest du hier.
Um es selbst auszuführen, Repo clonen, dann 'npm install' → 'npm run dev'
- Zeitraum auswählen
- Inhalt herunterladbar machen
- Möglichkeit Toplines auszuschalten
- Karte implementieren, auf der alle Länder markiert werden
- Auf Städte in den Tags checken (über OpenStreetmap oder so)
- Eigenen scraper bauen.
Collects all headlines from a specific time period from the Tagesschau feed using the Tagesschau API and sorts them by country. All articles are clickable and lead to the original article on the Tagesschau website.
You can find a link to the tool here.
To run it yourself, clone the repository, then 'npm install' → 'npm run dev'
- Select time period
- Make content downloadable
- Option to disable top lines
- Implement a map with all countries marked
- Check tags for relevant cities too I guess
- Build own scraper for the Tagesschau website so that this isn't dependant on the API.