Skip to content

Instantly share code, notes, and snippets.

@PercussiveRepair
PercussiveRepair / gspread_example.py
Last active June 22, 2022 06:35
Python gspread example
#!/usr/bin/python
#csv upload to gsheet
import logging
import json
import gspread
import time
import re
from oauth2client.client import SignedJwtAssertionCredentials