Get The Movie DB

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.