Add an Asyncio scripts that runs all scrapers in intervals to periodically update the db with news articles.
Decide on a workflow mechanism to run async scripts.
Whether it should be a client that the scraper should call or one single script that runs all the scrapers at once is up to you.