binux / pyspider

A Powerful Spider(Web Crawler) System in Python.

Home Page:http://docs.pyspider.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could pyspider run without webui?

JiaBob opened this issue · comments

I just wonder if pyspider can be run without webui.
In detail, if I want to write an web application which takes user-specified element as input and only crawl based on what user tells, could I use pyspider to achieve this?
If possible, how to do that?

Of course.
You can write your own web app to override the default webui.
For example, generate a script as a project which users concern in your front-end, then communicate with pyspider back-end.