/wikipedia_scraper

Scrape wikipedia Random Article page

Primary LanguagePython

wikipedia_scraper

About

Spider built with Scrapy. Scrapes random articles from en.wikipedia.org and gets data such as page url and title.

Screenshot

Screenshot

Installation and Running

git https://github.com/Lazar-T/wikipedia_scraper
cd wikipedia_scraper
scrapy crawl wikipedia

To get csv output

scrapy crawl wikipedia -o <filename>.csv