Skip to content

harishkotra/apps-script-tmdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Apps Script with REST API

This repo helps you with fetching data from TMDb API into a Google Sheet using Google Apps Script.

Create a blank Google sheet and navigate to Tools -> Script Editor and paste the following code. We need three functions i.e., getTopMovies(), getPopularMovies() and onOpen().

  • getTopMovies() – Fetch top movies from the API
  • getPopularMovies() – Fetch popular movies from the API
  • onOpen() – Create a custom menu to run REST API calls only when needed.

Video Tutorial

Full blog article is here

Output Image for Apps Script with REST API

About

An example of using TMDb REST API to fetch top movies and popular movies into Google Sheets using Google Apps Script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published