My experience with Scrapy is limited, and every time I use it, it is always executed through terminal commands. How can I get my form data (url to be cleared) from my django template to contact scrapy to start doing scraping? So far, I have only been thinking about getting the form returned by the data from django views, and then try to contact spider.py in the scrapy directory to add the form URL to spider start_urls. From there, I really donβt know how to call the actual bypass, as I am used to doing it strictly through my terminal with commands like "scrapy crawl dmoz". Thanks.
tiny editing: just discovered scrapyd ... I think I can go in the right direction with that.
python django web-scraping scrapy
pyramidface
source share