Skip to content

krusty64/rotten_tomatoes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rotten tomato API for go (golang)

Uses the API to access movie data from rotten tomatoes.

WARNING

Rotten Tomatoes does not give the 'synopsis' field. Basically there is no way of getting the plot.

Setup

The API key is missing as that information is private. Create a file (i.e. key.go) that contanis your (private) api key as follows:

package rotten_tomatoes

const rtkey := "<your api key>"

About

Rotten Tomato API for go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages