Skip to content

一款基于django的以beryllium为引擎的爬虫管理系统

License

Notifications You must be signed in to change notification settings

mannuan/dspider

Repository files navigation

dspider

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

Installation

  • pip install -r requirements.txt
  • python manage.py migrate(用户名默认是root,密码默认是12345678)
  • sudo apt-get install tsocks(这个工具是为了ip代理使用的)
  • dspider/spider/driver/travel/core/traveldriver.py这个文件里面的host、port根据需要修改
  • run command python manage.py runserver 0.0.0.0:8000, visit http://localhost:8000/spider/

License

Licensed under the Apache License, Version 2.0

About

一款基于django的以beryllium为引擎的爬虫管理系统

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published