S
S
Sergey2019-06-26 11:58:02
Bots
Sergey, 2019-06-26 11:58:02

How to make a telegram bot compatible with google sheets?

Good afternoon, I'm starting to learn bots, I want to make a bot that will
- accept orders,
-write them into a Google spreadsheet -and ,
at the user's request (by his nickname, for example), return information about the order.
Where can I find info on how to do this?
So far, my simple bot only takes orders and that's it.
Google Docks seems to have the ability to write scripts, as I understand it, most of the work needs to be done on the side of Google?
Soria, for stupid questions)
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Victor Bomberow, 2019-06-26
@1Sergey1

You can emulate the database using https://www.google.com/script/start/ Google Apps Script, Google Drive API. The scripts are hosted on Google Drive itself.
Google Sheets API
https://developers.google.com/sheets/api/
allows almost everything, incl. access programmatically:
https://developers.google.com/sheets/api/quickstar...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question