scripts/tmdb-export
Erik Winter 0066a8683f links to movie sites 2024-05-23 12:24:52 +02:00
..
.gitignore readme 2024-05-23 11:29:54 +02:00
README.md readme 2024-05-23 11:29:54 +02:00
go.mod first version themoviedb export 2024-05-23 10:59:13 +02:00
go.sum first version themoviedb export 2024-05-23 10:59:13 +02:00
main.go add runtime 2024-05-23 11:56:45 +02:00
markdown.go links to movie sites 2024-05-23 12:24:52 +02:00
tmdb.go add runtime 2024-05-23 11:56:45 +02:00

README.md

TheMovieDB export

A quick way to search for a movie on TheMovieDB and create a Markdown file with its details.

Expects an environment variable TMDB_API_KEY.