get-tmdb

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

README

Get The Movie DB

Workflows Go Report License Release

Description

A command line application designed to crawl The Movie DB API following the The Movie DB API rules, and outputs the results as JSONL files so you can go forth and experiment with movie data.

USAGE:
    get-tmdb -a API_KEY -o OUTPUT_PATH

ARGS:
  -a string
        The Movie DB API Key  (Required)
  -o string
        Output Path  (Required)
  -skipCollections
        Skip Collections Exports
  -skipCompanies
        Skip Companies Exports
  -skipKeywords
        Skip Keywords Exports
  -skipMovies
        Skip Movie Exports
  -skipPeople
        Skip People Exports
  -skipTVNetworks
        Skip TV Networks Exports
  -skipTVSeries
        Skip TV Series Exports
  -v    Output Verbose Detail
```

## Example

get-tmdb -a "API_KEY" -o "./output"


## License

**get-tmdb** is released under the [Apache License 2.0](https://github.com/wintermi/get-tmdb/blob/main/LICENSE) unless explicitly mentioned in the file header.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL