Skip to content

Instantly share code, notes, and snippets.

@exy02
Last active September 25, 2020 05:41
Show Gist options
  • Save exy02/b10960f9f6d8d23340257ff97f1d195d to your computer and use it in GitHub Desktop.
Save exy02/b10960f9f6d8d23340257ff97f1d195d to your computer and use it in GitHub Desktop.
How to Extract Data from Online Data Visualizations - 1. Data Extraction _1
sesh = requests.Session()
response = sesh.get('https://ga-covid19.ondemand.sas.com/static/js/main.js')
response_text = response.text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment