Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 407 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 407 Bytes

shfe

This ia a simple spider designed to crawl in Shanghai Futures Exchange official website.

Install

pip install -r requirements.txt

How to Run

Windows

> start.bat

Linux

$ ./start.sh

Test Suite

You can test this project by either executing script futures.py directly, or, change directory into /test/ and run script test.py.