Metadata-Version: 2.4
Name: tmdb_losthread
Version: 0.0.1
Summary: Fetch movies from the TMDB API
Author: losthread
License: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: python-dotenv
Requires-Dist: requests
Description-Content-Type: text/markdown

# TMDB CLI Tool 🎬
This is a minimal CLI tool written using python and tmdb api, that fetches movies' and series' info.

## Configuration
Before using the tool, you need to provide your TMDB API Key. You can get one for free at [themoviedb.org].
Set your API key as an environment variable in .env

## Usage
```bash
tmdb-app --type "playing"
tmdb-app --type "popular"
tmdb-app --type "top"
tmdb-app --type "upcoming"
```

### License
MIT

### Project reference url
[https://roadmap.sh/projects/tmdb-cli]