Skip to content

A python script to scrape data from various greek newspapers

License

Notifications You must be signed in to change notification settings

mKotoulas/NewsPaperScrapper

Repository files navigation

What it does

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.

Online newspapers supported

Below are the links to the homepages of the supported sites:

https://www.avgi.gr/

https://www.tanea.gr/

I have plan to grow that list in the future

How to run

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

Output Data

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.

Screenshots

image image Screenshot_1 Screenshot_2 Screenshot_3 Screenshot_4

About

A python script to scrape data from various greek newspapers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages