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
- Host: GitHub
- URL: https://github.com/arnoudbuzing/themoviedatabase
- Owner: arnoudbuzing
- License: mit
- Created: 2022-02-09T19:43:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T21:38:10.000Z (over 4 years ago)
- Last Synced: 2025-08-27T12:13:58.894Z (10 months ago)
- Topics: api, mathematica, movies, television, themoviedb, tmdb, wolfram, wolframlanguage
- Language: Mathematica
- Homepage:
- Size: 16.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
---