Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any way to add Scrapy based project in Wooey ? #307

Open
adnan-alam opened this issue Jan 8, 2020 · 1 comment
Open

Is there any way to add Scrapy based project in Wooey ? #307

adnan-alam opened this issue Jan 8, 2020 · 1 comment

Comments

@adnan-alam
Copy link

I want to add some of my Scrapy based projects Wooey. As I can see only single script based project can be added in Wooey, so I want to know, is there any way to add Scrapy like project which have a file structure with multiple scripts?

@Chris7
Copy link
Member

Chris7 commented Jan 15, 2020

Hi @adnan-alam,

This is something that I've been thinking of for quite some time, and I think the best solution is going to be the eventual addition of execution environments. For now, I think you may be able to accomplish this with zip-scripts though. An example of this is here: https://github.com/wooey/clinto/blob/master/clinto/tests/argparse_scripts/data_reader.zip, which uses this python feature: https://docs.python.org/3/library/zipapp.html

Let me know if this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants