For sure it's just a simple script. But I really like to play with news data in my personal NLP projects. So I had the idea to scrape the data by myself.
Some months ago I've implemented the same script with the requests library and complete synchron and the script took around 1 minute to complete. Now, after first time implementing HTTP requests with async it's finished instantly in around 1-2 seconds.