Skip to content

yusong-shen/hospital_spider

Repository files navigation

A Web Crawler for getting hospital information

how to install Scrapy

https://doc.scrapy.org/en/latest/intro/install.html#intro-install

get started with Scrapy

https://doc.scrapy.org/en/latest/intro/tutorial.html

learn more about Scrapy Selector

https://doc.scrapy.org/en/latest/topics/selectors.html

how to run it

scrapy crawl hospitals

store it with json file

scrapy crawl hospitals -o hospitals.json

convert it to csv

http://www.convertcsv.com/json-to-csv.htm

source url

https://texashealthemergencyroom.com/locations

About

A web crawler for getting hospital information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published