tabesin / europarl_scraper

European Parliament website Python scraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

europarl_scraper

A Python scrapy project for scraping data from European Parliament's website.

Installation

pip install -r requirements.txt

Just give me the data!

It's on S3 in a public bucket!

To run:

  • First, grab the start urls. Run python get_urls.py

  • Then, run any of the scrapers:

scrapy crawl europarl_speeches -o data/speeches.csv scrapy crawl europarl_debates -o data/debates.csv scrapy crawl europarl_speakers -o data/speakers.csv

Notes

There are many TODO's for this still, so plz be patient.

Questions?

Feel free to reach out on Twitter or Freenode (@kjam).

About

European Parliament website Python scraper


Languages

Language:Jupyter Notebook 91.5%Language:Python 8.5%