Can you use Google Apps Script with Python?

前端 未结 6 449
北恋
北恋 2021-02-01 20:58

Google Apps Script looks to be pretty perfect for a school project, however I\'m not terribly comfortable with JavaScript and the entire rest of the project is going to be done

6条回答
  •  清歌不尽
    2021-02-01 21:40

    No, Google Apps Script is its own programming language. There are a number of APIs for individual Google Apps, but they are not as comprehensive as what is provided via Google Apps Script. They're generally focused on providing access to the data, and might be suitable if you don't need to edit it.

提交回复
热议问题