server.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:lemur 作者: apsknight 项目源码 文件源码
def reciever():
    # use creds to create a client to interact with the Google Drive API
    scope = ['https://spreadsheets.google.com/feeds']
    creds = ServiceAccountCredentials.from_json_keyfile_name('Lemur-key.json', scope)
    client = gspread.authorize(creds)
    sheet = client.open("Lemur Responses").sheet1

    receipents = filter(None, sheet.col_values(3)[1:])

    return receipents
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号