GoogleTableSync
You can post, update and read data from GoogleSpreadSheet with this lib.

Setup
1. Please see setup for GoogleApp lib. This lib requires GoogleApp lib.
2. Create blank Google table. You don't need any headers. Headers will be added automatically.
3. Also you need to run code too:
Libs.GoogleApp.setUrl("https://script.google.com/*************/exec");
Demo bot
Write or update data
Use index for magic!
With index key exist row will be updated!
You need tableID. You can get it from table url. It is selected here:

You can store any data like users, chats, products, resources and etc
Read data
Command /onSync
Bot.inspect(options)
Last updated
Was this helpful?