Skip to content

Instantly share code, notes, and snippets.

@SurendraTamang
Created March 7, 2024 05:05
Show Gist options
  • Save SurendraTamang/52c7238a9abae76e53a7f7982f187ae3 to your computer and use it in GitHub Desktop.
Save SurendraTamang/52c7238a9abae76e53a7f7982f187ae3 to your computer and use it in GitHub Desktop.
FEEDS on Scrapy
FEEDS = {
f'data/{name}.csv':{
'format':'csv',
'overwrite':True # Will create every time new
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment