V
V
vtaeke2020-05-10 20:25:56
Python
vtaeke, 2020-05-10 20:25:56

How to implement data transfer to a database or google spreadsheet?

Wrote a Telegram Bot on how to make the data recorded in a Google spreadsheet online. A window appears, enter data? When you click "YES", you need all the information to be transferred to a Google spreadsheet or server (so that later another user can see this data in the same bot). What is the way to implement it? What to write where?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Karbivnichy, 2020-05-10
@vtaeke

What to write where?
What - we write 'python google spreadsheets'
Where - you can go straight to google
Getting started with Google Sheets in Python.

D
Deleting Account, 2020-05-10
@Andriy_Kosmenyuk

Use the Google Sheets API. In general, read what an API is and how to work with it. In python, you can use urllib for this, or requests. Perhaps (even very likely) google provides a python library to work with this application, which will make things easier for you.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question