Skip to content

Instantly share code, notes, and snippets.

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