Skip to content

patrickfung/CabuKcgCrawler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CabuKcgCrawler

A crawler for download cabu kaohsiung data.

##How to install it##

  • You must install Scrapy first. You can find how to install scrapy in Scrapy Install Guide.

  • use git to clone this project.

     git clone https://github.com/codeforkaohsiung/CabuKcgCrawler.git
  • use follow commands to prepare to run.

     git submodule init
     git submodule update
  • you can crawel data as follow.

     scrapy list
     scrapy crawel District
     scrapy crawel 61B3

all you crawel data will write to /data folder

About

高雄市民政局官網公開資料擷取程式

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%