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`_. .. toctree:: :hidden: quickstart settings .. _Flask: https://github.com/mitsuhiko/flask/ .. _Twisted: https://twistedmatrix.com/trac/ .. _Scrapy: https://github.com/scrapy/scrapy/ .. _guide: quickstart.html