wikipedia_scraper
About
Spider built with Scrapy. Scrapes random articles from en.wikipedia.org and gets data such as page url and title.
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