-
Notifications
You must be signed in to change notification settings - Fork 79
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
Executing commands on scrapinghub cloud #430
Comments
You need to deploy a custom Docker image in order to do have arbitrary commands executed. Regarding scrapy-playwright, I have a sample project that demonstrates how to use it on Scrapy Cloud. Disclaimer: this is a personal project, it is NOT an officially supported Scrapy stack. |
I tried to hack a workaround by messing with the scripts argument using setup.py script.py
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm trying to deploy my spider that uses playwright (scrapy-playwright for integration). I have the following configuration:
scrapinghub.yml
I can see that modules get successfully installed in the deploy logs but how can I execute the following commands since playwright needs it after fresh installation. I couldn't find anything related to this in all of the zyte documentation.
The text was updated successfully, but these errors were encountered: