Skip to content

Instantly share code, notes, and snippets.

@otavio-s-s
Created February 23, 2021 02:02
Show Gist options
  • Save otavio-s-s/1fa4be69344dbf27d3e64141e92c12ce to your computer and use it in GitHub Desktop.
Save otavio-s-s/1fa4be69344dbf27d3e64141e92c12ce to your computer and use it in GitHub Desktop.
for page in pages:
'''
Here's your scraper
'''
file = open('my_file.csv', 'a')
try:
file.write(f'{value_1},{value_2},{value_3}')
finally:
file.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment