description How to build an image URL. The first two pieces can be retrieved by calling the /configuration API and the third is the file path you're wishing to grab on a particular media object.
git clone https://github.com/9Oc/tmdbwrapper cd tmdbwrapper pip install . from tmdbwrapper.tmdb import TMDBClient client = TMDBClient("tmdb_api_key") movie = await ...