so, I found this google spreadsheet and i really want to use it in combination with a telegram (TELEPOT) bot, to receive information of the weapon with a query given by the user, like:
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)
The spreadsheet Is not mine, And I have no idea how to access the json file with credentials