Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 336 Bytes

File metadata and controls

19 lines (13 loc) · 336 Bytes

stackshare-spider

Python spider + sql learning project

ALL DATA BELONG TO STACKSHARE.IO
STUDY PURPOSE ONLY

How to use this program:
create db:
run python new_db.py first

run spider:
from controller import controller
from controller import task

controller.update_all()
task.get_queue().join()
task.stop()