This scripts scrapes data from various greek newspapers. It currently stores a title,article summary,link to the the article,date and time the article created for every article the script manage to fetch.
Below are the links to the homepages of the supported sites:
I have plan to grow that list in the future
In your virtual enviroment run pip install -r requirements.txt to install the packages used in the script.
Run python start_scrapper.py to run the script.
You will find a CLI menu to guide through the scrapping options from here
The outpout data is an xlsx file that contains a spreadsheet for every newspaper you selected to scrape. See below for screenshots. Also there is a sample file named results.xlsx which can be found in sample results/results.xlsx.