{ "info": { "author": "M Santhosh Kumar", "author_email": "santhoshse7en@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Communications :: Email", "Topic :: Office/Business", "Topic :: Software Development :: Bug Tracking" ], "description": "[![PyPI Version](https://img.shields.io/pypi/v/imdby.svg)](https://pypi.org/project/imdby)\n[![Coverage Status](https://coveralls.io/repos/github/santhoshse7en/imdby/badge.svg?branch=master)](https://coveralls.io/github/santhoshse7en/imdby?branch=master)\n[![License](https://img.shields.io/pypi/l/imdby.svg)](https://pypi.python.org/pypi/imdby/)\n[![Documentation Status](https://readthedocs.org/projects/pip/badge/?version=latest&style=flat)](https://santhoshse7en.github.io/imdby_doc)\n\n# imdby\n\n**imdby** is a Python package useful to retrieve and manage the data of the [IMDb](https://www.imdb.com/) movie database about movies, people, characters and companies.\n\n| Source | Link |\n| --- | --- |\n| PyPI: | https://pypi.org/project/imdby/ |\n| Repository: | https://santhoshse7en.github.io/imdby/ |\n| Documentation: | https://santhoshse7en.github.io/imdby_doc/ |\n\n## Main features\n\n* **imdby** is a Python package useful to retrieve and manage the data of the IMDb movie database about movies, people, characters and companies. Sentiment Analysis for IMDb user reviews is included.\n\n- **imdby** package can be very easily used by programmers and developers to provide access to the IMDb's data to their programs.\n\n- Platform-independent and written in Python 3 it can retrieve data from both the IMDb's web server and a local copy of the whole database.\n\n- Some simple example scripts - useful for the end users - are included in this package;\n\nimdby powers many other software and has been used in various research papers. _`Curious about that`_? \n\n## Dependencies\n\n* beautifulsoup4\n* selenium\n* chromedriver-binary\n* vaderSentiment\n* textblob\n* pandas\n\n## Installation\n\nWhenever possible, please use the latest version from the repository::\n\n```bash\npip install git+https://github.com/santhoshse7en/imdb\n```\n\nBut if you want, you can also install the latest release from PyPI::\n\n```bash\npip install imdby\n```\n\n## A Glance\n\nDownload it by clicking the green download button here on Github. Here's an example that demonstrates how to use imdby:\n\n```python\n# create an instance of the IMDb class\nfrom imdby.imdb import imdb\n\n# get a movie\ndetails = imdb('tt4154796')\n\n# print the names of the directors of the movie\nprint('Directors:')\nfor i in range(len(details.directors)):\n print(details.directors[i])\n\n# print the genres of the movie\nprint('Genres:')\nfor i in range(len(details.genre)):\n print(details.genre[i])\n```\nDirectory of IMDb class\n\n![dir](https://user-images.githubusercontent.com/47944792/58303052-eb5d2180-7e0b-11e9-82c1-14627ee73ca3.PNG)\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://santhoshse7en.github.io/imdby/", "keywords": "imdby,imdb,movie,people,database,cinema,film,person,cast,actor,actress,director,sql,character,company,package,plain text data files,keywords,top250,bottom100,xml,bs4", "license": "", "maintainer": "", "maintainer_email": "", "name": "imdby", "package_url": "https://pypi.org/project/imdby/", "platform": "any", "project_url": "https://pypi.org/project/imdby/", "project_urls": { "Homepage": "https://santhoshse7en.github.io/imdby/" }, "release_url": "https://pypi.org/project/imdby/0.1.4/", "requires_dist": null, "requires_python": ">=3.5", "summary": "Python package to access the IMDb's database", "version": "0.1.4" }, "last_serial": 5337271, "releases": { "0.0.5": [ { "comment_text": "", "digests": { "md5": "c320cdc05c0f3a26e80089c9b96515b3", "sha256": "743a9acae7885a1881335f406e7562530227ccdd02bdb61a5da4876ab9c982f9" }, "downloads": -1, "filename": "imdby-0.0.5.tar.gz", "has_sig": false, "md5_digest": "c320cdc05c0f3a26e80089c9b96515b3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8488, "upload_time": "2019-05-21T10:28:31", "url": "https://files.pythonhosted.org/packages/26/95/932db61419abd70d855f3521cae37ef5186b11628765ca638bd48bb7be59/imdby-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "80186159d3a3341e1df2ea190b4cf20d", "sha256": "9c9a12f12ab2715dbee9c48b3034021c67d6dff8e16e1b31251334306978e3d8" }, "downloads": -1, "filename": "imdby-0.0.6.tar.gz", "has_sig": false, "md5_digest": "80186159d3a3341e1df2ea190b4cf20d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 10911, "upload_time": "2019-05-23T15:05:58", "url": "https://files.pythonhosted.org/packages/f7/61/cc10f81da85bf45dc3291427defeb5893ba7a11bbdbb61b0f73c10048056/imdby-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "6598150d9e9f2cb08b6837c8b131c0a5", "sha256": "25e1295283fbb5d0163aba867149f34760390b0527662275d58ec536485be91c" }, "downloads": -1, "filename": "imdby-0.0.7.tar.gz", "has_sig": false, "md5_digest": "6598150d9e9f2cb08b6837c8b131c0a5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 13274, "upload_time": "2019-05-24T05:45:02", "url": "https://files.pythonhosted.org/packages/e5/77/859135323b888a7a6c010b2af5443062d3e868bca4671b95fde6cf32fbd6/imdby-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "362fef05ed00dbd3d29f0a8372502b12", "sha256": "da2e41ed36029ccb9214a80328c1ce0ad77c9c6d98290734aec73d2a299eb9d8" }, "downloads": -1, "filename": "imdby-0.0.8.tar.gz", "has_sig": false, "md5_digest": "362fef05ed00dbd3d29f0a8372502b12", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 13233, "upload_time": "2019-05-24T05:51:08", "url": "https://files.pythonhosted.org/packages/12/4e/896bd46738a79b537bb75da52144b680d02ef28d79fe03cbd7a3d618857a/imdby-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "83ac48817ce8ff95ad064a5f8d564098", "sha256": "b4ddd68b71279bdc784bf5f39eff9cf259ddfc71431a0f569e3aa6f009fccbd1" }, "downloads": -1, "filename": "imdby-0.0.9.tar.gz", "has_sig": false, "md5_digest": "83ac48817ce8ff95ad064a5f8d564098", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 13233, "upload_time": "2019-05-24T05:52:51", "url": "https://files.pythonhosted.org/packages/68/d8/ce22b6d8ae05ccaec14571bc2b463af0061e5a0943acebb64ed58e9c4ec3/imdby-0.0.9.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "299940eb2a3b460cc61793500f2a3ccb", "sha256": "2ef3349de9918dd1af85a14045d64b71f72b0b883ffc9e27212dee719896a8ac" }, "downloads": -1, "filename": "imdby-0.1.0.tar.gz", "has_sig": false, "md5_digest": "299940eb2a3b460cc61793500f2a3ccb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 13630, "upload_time": "2019-05-24T08:28:24", "url": "https://files.pythonhosted.org/packages/de/84/31cc57df21121bf86243858fa44ba038729479059ee455e0d51453259453/imdby-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "4bca8fadd41ea51b3b8525ddfb79bf22", "sha256": "d7a45095be4f413d6e4ad4e644a428e9e421be0663e76df7c70611887b183b09" }, "downloads": -1, "filename": "imdby-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4bca8fadd41ea51b3b8525ddfb79bf22", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 14541, "upload_time": "2019-05-24T14:04:09", "url": "https://files.pythonhosted.org/packages/09/4e/8d03b026e2996dfe997ed5de1bbf3c2fad8fd1f17b81f93e1b9080ce9715/imdby-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "4f8d3ef4c32332945d29a66791c87520", "sha256": "05e96ab9880652b77a89676f4639abc18b6460e29249bfd02d09d8094c5c3793" }, "downloads": -1, "filename": "imdby-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4f8d3ef4c32332945d29a66791c87520", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 14549, "upload_time": "2019-05-24T14:28:02", "url": "https://files.pythonhosted.org/packages/4e/e4/9330e96c61be9483a3c14f5b2a5f9c73876d42fa1581c6c72392c6d03de1/imdby-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "cd15e167cb8860cf535ce2902efdff6b", "sha256": "cf4622a0882ee49b448d9958b59b873f102454291a26483e5e41420b990b2062" }, "downloads": -1, "filename": "imdby-0.1.3.tar.gz", "has_sig": false, "md5_digest": "cd15e167cb8860cf535ce2902efdff6b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 18388, "upload_time": "2019-05-29T07:18:28", "url": "https://files.pythonhosted.org/packages/2c/aa/336394db7d70d798329c001492e027e7386eefa8e50a76f4f5040a84f5fb/imdby-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "7f0107550aac31f8fbb39e707d7142c8", "sha256": "2846bdd4e89ac40554ce963079ce0c2a560b4ccf2017f2c7b8da338cb4e08646" }, "downloads": -1, "filename": "imdby-0.1.4.tar.gz", "has_sig": false, "md5_digest": "7f0107550aac31f8fbb39e707d7142c8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 18379, "upload_time": "2019-05-30T13:26:47", "url": "https://files.pythonhosted.org/packages/f4/78/1ce82b2e487c5401af23caae9659846ab335db819439928b01dad943cc18/imdby-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7f0107550aac31f8fbb39e707d7142c8", "sha256": "2846bdd4e89ac40554ce963079ce0c2a560b4ccf2017f2c7b8da338cb4e08646" }, "downloads": -1, "filename": "imdby-0.1.4.tar.gz", "has_sig": false, "md5_digest": "7f0107550aac31f8fbb39e707d7142c8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 18379, "upload_time": "2019-05-30T13:26:47", "url": "https://files.pythonhosted.org/packages/f4/78/1ce82b2e487c5401af23caae9659846ab335db819439928b01dad943cc18/imdby-0.1.4.tar.gz" } ] }