Start a new topic

files in zyte

hi where can i access the files created in scrapy code when run in Zyte


For example i have a code

with open('test.txt', 'a') as f:

  f.write(response)

later read it. where can i access the file test that is created please help

Login to post a comment