Answer the question
In order to leave comments, you need to log in
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
What to write where?What - we write 'python google spreadsheets'
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 questionAsk a Question
731 491 924 answers to any question