Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

dspider

一款基于django的以selenium为引擎的爬虫框架。

Installation

  • pip install -r requirements.txt
  • python manage.py migrate(用户名默认是root,密码默认是12345678)
  • sudo apt-get install tsocks
  • run command python manage.py runserver, visit http://localhost:8000/spider/

License

Licensed under the Apache License, Version 2.0