所以,我找到了这个 谷歌电子表格 ,我真的想将它与电报(TELEPOT)机器人结合使用,通过用户给出的查询接收武器信息,例如:
elif text.startswith('/wiki'):
bot.sendChatAction(msg_data['chat_id'],action='typing')
item = text[6:]
bot.sendMessage(msg_data['chat_id'],'https://borderlands.fandom.com/wiki/'+item)
电子表格不是我的,我不知道如何使用凭据访问 json 文件