Using Scrapy Spider in a CGI Script or Web Framework, ie: Django

Posted by Israel ANY on Stack Overflow See other posts from Stack Overflow or by Israel ANY
Published on 2010-05-24T22:37:15Z Indexed on 2010/05/24 22:41 UTC
Read the original article Hit count: 375

Filed under:
|
|
|
|

How do I use a Python library such as Scrapy in a CGI script or even in a framework such as Django if I need to do so later?

Here is the documentation I've consulted thus far, but it doesn't seem to meet the concern I have.

http://doc.scrapy.org/topics/spiders.html
http://doc.scrapy.org/topics/webconsole.html

Critique and suggestions are welcomed!

© Stack Overflow or respective owner

Related posts about python

Related posts about django