Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsteinberger/scrapimdb
Scrap Imdb website to retrieve detail informations from movies or tvshows
https://github.com/dsteinberger/scrapimdb
Last synced: about 1 month ago
JSON representation
Scrap Imdb website to retrieve detail informations from movies or tvshows
- Host: GitHub
- URL: https://github.com/dsteinberger/scrapimdb
- Owner: dsteinberger
- License: mit
- Created: 2018-04-04T11:35:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T21:13:43.000Z (8 months ago)
- Last Synced: 2024-05-29T12:13:57.289Z (8 months ago)
- Language: Python
- Size: 59.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 45
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
=========
scrapimdb
=========.. image:: https://img.shields.io/pypi/v/scrap-imdb.svg
:target: https://pypi.python.org/pypi/scrap-imdb.. image:: https://img.shields.io/travis/dsteinberger/scrapimdb.svg
:target: https://travis-ci.org/dsteinberger/scrapimdb.. image:: https://pyup.io/repos/github/dsteinberger/scrapimdb/shield.svg
:target: https://pyup.io/repos/github/dsteinberger/scrapimdb/
:alt: UpdatesScrap Imdb website to retrieve detail informations from movies or tvshows
Install
-------.. code-block:: shell
pip install scrap-imdb
Usages
------.. code-block:: python
from scrapimdb import ImdbSpider
im = ImdbSpider('terminator')
im.get_rating()
im.get_original_title()
im.get_year()Credits
-------This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage