I am new to scrapy and python. I have written a spider which takes start_urls from command line and start scraping. Upto this, everything is fine.
Now, i want to submit start_urls from a web page (Designed using Flask).After clicking on a button, it should trigger the scrapy shell and start scraping websites.