Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created February 2, 2021 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/0a6f6477a17c64aff744109f13a6b686 to your computer and use it in GitHub Desktop.
Save amankharwal/0a6f6477a17c64aff744109f13a6b686 to your computer and use it in GitHub Desktop.
from google.colab import auth
auth.authenticate_user()
import requests
import gspread
from oauth2client.client import GoogleCredentials
gc = gspread.authorize(GoogleCredentials.get_application_default())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment