An open API service indexing awesome lists of open source software.

https://github.com/sketchingdev/babyname-scraper

Scrapy project for scraping popular baby names by country
https://github.com/sketchingdev/babyname-scraper

Last synced: about 1 year ago
JSON representation

Scrapy project for scraping popular baby names by country

Awesome Lists containing this project

README

          

Baby-name Scraper
=================

This is a Scrapy project to accompany my blog article '[Scraping and querying data from websites](http://flyingtophat.co.uk/blog/2015/12/08/scraping-and-querying-data-from-websites.html)'. When run it will scrape popular baby-names from around the word from [BabyNameWizard](http://www.babynamewizard.com/).

Testing
-------

Test that the spider is still able to scrape the website by using the `check` command.

$ scrapy check
...
----------------------------------------------------------------------
Ran 3 contracts in 1.124s

OK