Integrating Scrapy with Streamlit

I am working on Scrapy Framework. From the Command line I had to run the following command: scrapy crawl houfy -a location="dallas-texas" -a checkin=" " -a checkout=" " -a guests=4 -a nights=0 -a adults=0 -a children=0 -O filename.csv. How to make it run through streamlit and play with CSV data as I desired. Suggestions and help are appreciated. Thank You in advance. #streamlit #scrapy

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.