imdb-metadata-extractor


Nameimdb-metadata-extractor JSON
Version 0.0.5 PyPI version JSON
download
home_page
Summaryimdb-metadata-extractor
upload_time2023-09-16 02:40:30
maintainer
docs_urlNone
authorFrederico Schmitt Kremer
requires_python
license
keywords web
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # IMDB metadata extractor

Extracts a movie metadata from the IMDB using the JSON+LD annotations provided in the
IMDB HTML pages. 

## Installing

```
$ pip install imdb-metadata-extractor
```

## Usage

```
$ imdb-metadata-extractor tt0058700
{
    "name": "The Last Man on Earth",
    "poster": "https://m.media-amazon.com/images/M/MV5BODA0MzRhYWMtMGUxYi00NmQyLWEyOWYtMGI4NjM3ZDE5NTEyXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_.jpg",
    "description": "When a disease turns all of humanity into the living dead, the last man on earth becomes a reluctant vampire hunter.",
    "rating": 6.7,
    "release": "1964-05-06",
    "genre": "Drama; Horror; Sci-Fi",
    "actors": "Vincent Price; Franca Bettoia; Emma Danieli"
}
```

By default the results are displayed in the STDOUT, but It's also possible to set a output file and
format (JSON, CSV of XLSX).

```
$ imdb-metadata-extractor tt0058700 --output tt0058700.csv --format csv
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "imdb-metadata-extractor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "web",
    "author": "Frederico Schmitt Kremer",
    "author_email": "fred.s.kremer@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "# IMDB metadata extractor\n\nExtracts a movie metadata from the IMDB using the JSON+LD annotations provided in the\nIMDB HTML pages. \n\n## Installing\n\n```\n$ pip install imdb-metadata-extractor\n```\n\n## Usage\n\n```\n$ imdb-metadata-extractor tt0058700\n{\n    \"name\": \"The Last Man on Earth\",\n    \"poster\": \"https://m.media-amazon.com/images/M/MV5BODA0MzRhYWMtMGUxYi00NmQyLWEyOWYtMGI4NjM3ZDE5NTEyXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_.jpg\",\n    \"description\": \"When a disease turns all of humanity into the living dead, the last man on earth becomes a reluctant vampire hunter.\",\n    \"rating\": 6.7,\n    \"release\": \"1964-05-06\",\n    \"genre\": \"Drama; Horror; Sci-Fi\",\n    \"actors\": \"Vincent Price; Franca Bettoia; Emma Danieli\"\n}\n```\n\nBy default the results are displayed in the STDOUT, but It's also possible to set a output file and\nformat (JSON, CSV of XLSX).\n\n```\n$ imdb-metadata-extractor tt0058700 --output tt0058700.csv --format csv\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "imdb-metadata-extractor",
    "version": "0.0.5",
    "project_urls": null,
    "split_keywords": [
        "web"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e51f6e613cee2cfc91fadc5273c4a740a069725639691da8d055f64e8e1c688a",
                "md5": "c6322cd3427f3fbab67d2dab8a3111a4",
                "sha256": "91580d7a0b4fde27cbaf086acd95a5be97e38d067081e38640b9929a632bbd72"
            },
            "downloads": -1,
            "filename": "imdb_metadata_extractor-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c6322cd3427f3fbab67d2dab8a3111a4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3294,
            "upload_time": "2023-09-16T02:40:30",
            "upload_time_iso_8601": "2023-09-16T02:40:30.406465Z",
            "url": "https://files.pythonhosted.org/packages/e5/1f/6e613cee2cfc91fadc5273c4a740a069725639691da8d055f64e8e1c688a/imdb_metadata_extractor-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-16 02:40:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "imdb-metadata-extractor"
}
        
Elapsed time: 0.11991s