Hello, my question is about adding spider settings on scrapy cloud and if they are hidden or accessible to outside users? For example in my local environment I have my AWS_SECRET_ACCESS_KEY variable hidden as an environment variable:
and I'm not sure how to do this once the project is deployed on scrapy cloud or if the settings are secure and it is not necessary (if I can put the key directly into spider settings) like so:
AWS_SECRET_ACCESS_KEY = 'my secret access key'
Best Answer
n
nestor
said
almost 5 years ago
Your project is not accessible to other users unless you add them on the list of members, so you can safely add this setting in the UI.
1 Comment
nestor
said
almost 5 years ago
Answer
Your project is not accessible to other users unless you add them on the list of members, so you can safely add this setting in the UI.
samlitowski
Hello, my question is about adding spider settings on scrapy cloud and if they are hidden or accessible to outside users? For example in my local environment I have my AWS_SECRET_ACCESS_KEY variable hidden as an environment variable:
and I'm not sure how to do this once the project is deployed on scrapy cloud or if the settings are secure and it is not necessary (if I can put the key directly into spider settings) like so:
Your project is not accessible to other users unless you add them on the list of members, so you can safely add this setting in the UI.
nestor
Your project is not accessible to other users unless you add them on the list of members, so you can safely add this setting in the UI.
-
Unable to select Scrapy project in GitHub
-
ScrapyCloud can't call spider?
-
Unhandled error in Deferred
-
Item API - Filtering
-
newbie to web scraping but need data from zillow
-
ValueError: Invalid control character
-
Cancelling account
-
Best Practices
-
Beautifulsoup with ScrapingHub
-
Delete a project in ScrapingHub
See all 460 topics