ckingbailey / covid-etl

Load COVID data sources into a Google Sheet
GNU Affero General Public License v3.0
0 stars 0 forks source link

What module does HTTP requests? #1

Open ckingbailey opened 4 years ago

ckingbailey commented 4 years ago

We need a Python package to do HTTP requests to fetch the data from GitHub.

This one? requests

lwpenny commented 4 years ago

https://cloud.google.com/functions/docs/writing/specifying-dependencies-python

This explains that Google Cloud is already set up with the "Requests" python library, among 10 others.