Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 439 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 439 Bytes

judicial_crawler

A crawler for Taiwan Judicial Yuan's Judgement Search System

This is a dead simple crawler but efficient.
Now only can crawl all possible exist data into files/.

Used python crawler framework http://scrapy.org/

To run this you will need

  • python
  • pip

Install scrapy and crawl something

  • clone this repo to a directory
  • run pip install scrapy
  • run scrapy crawl FJUD_Crawler

License under MIT