Python Flask Scrapy API

Arachne provides a wrapper around your scrapy spider to run them through a flask app. All you have to do is setup your SPIDER_SETTINGS in the settings file. You can view the source code on github.

Arachne is powered by Flask, Twisted and the Scrapy package

Installation

To install Arachne from pip use the command

pip install -i https://pypi.python.org/pypi Arachne

Getting started

Learn more about getting start quickly in the guide.