Skip to content

maleta/chart-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rendering charts on server side

Using Google Apps Script to generate chart images


Requrements

  • Google Account
  • Ruby environment (Google App Script can be called from any other)

Installation

Google Script Setup

  1. Go to my drive
  2. NEW -> Google Apps Script (you may need to authorize this 'app' to your Drive)
  3. Give a name to project
  4. Copy Code.gs to your Code.gs file
  5. GO TO on Publish -> Deploy as API executable
  6. Describe version
  7. Choose access to script
  • Only myself: you will have to authorize Google App with account that owns script to have access to this script
  • Anyone: you can own script with Account 1 and authorize Google that will execute script with any other Google Account
  1. Deploy
  2. GO TO Resource -> Cloud Platform project Google creates cloud project that is connected to your script by default. You can change project by entering project number in Change Project section
  3. GO TO Cloud platform project connected to script
  4. GO TO APIs & service -> Library -> Find "Google Apps Script Execution API" and enable it
  5. GO TO APIs & service -> Credentials ->
  6. Create Credentials -> OAuth client ID -> Choose Other -> Create
  7. Download json of that credentials
  8. Rename json file to clients-secret.json and move it to same folder where is located ruby file

Ruby (Script can be used with any language that can handle HTTP requests)

  1. gem install google-api-client
  2. Download file charts-generator.rb
  3. Change SCRIPT_ID, line 12 (Can be found in Google Apps Script file, File -> Project properties)

Usage

Run ruby generate.rb

Limitations

  • Google Apps Script execution limitation - 6 min duration
  • Script Execution API executions per 100 seconds - 1,500
  • Script Execution API executions per day - unlimited

Feel free to fork this repo! Have fun!

To see more capabilities of Google Apps Script check this link

To see more about Google Charts check this link

About

Using Google Apps Script to generate chart images on server side

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published