An open API service indexing awesome lists of open source software.

https://github.com/arnoudbuzing/themoviedatabase

Wolfram Language interface to The Movie Database API
https://github.com/arnoudbuzing/themoviedatabase

api mathematica movies television themoviedb tmdb wolfram wolframlanguage

Last synced: 3 months ago
JSON representation

Wolfram Language interface to The Movie Database API

Awesome Lists containing this project

README

          

# Wolfram Language interface to The Movie Database

Free and open source [Wolfram Language](https://www.wolfram.com/language) interface to the [Movie Database API](https://developers.themoviedb.org/3/getting-started/introduction).

## API key

Requires an API key from the Movie Database, which must be obtained separately.

This API must be stored in the Wolfram Language as follows:

```
SystemCredential["TMDB"] = "*** your api key ****" ;
```

This credential is stored permanently on your system, see [SystemCredential](https://reference.wolfram.com/language/ref/SystemCredential.html) for details.

---

This product uses the TMDB API but is not endorsed or certified by TMDB.

---