File size: 148 Bytes
9320011
 
 
 
 
 
 
1
2
3
4
5
6
7
import gspread

gc = gspread.service_account(filename="credentials.json")

sheet = gc.open("Keyword Tracker")

print(sheet.sheet1.get_all_records())