Scrap Imdb website to retrieve detail informations from movies or tvshows
Project description
Scrap Imdb website to retrieve detail informations from movies or tvshows
Install
For end users:
pip install scrap-imdb
For development:
# Clone the repository
git clone https://github.com/dsteinberger/scrapimdb.git
cd scrapimdb
# Install Poetry if not already installed
pip install poetry
# Install dependencies
poetry install
# Run tests
make test
Usages
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
scrap_imdb-0.1.7.tar.gz
(6.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scrap_imdb-0.1.7.tar.gz.
File metadata
- Download URL: scrap_imdb-0.1.7.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.11.11 Darwin/25.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24403e5be10fc192a684f06c7c82fd0e2266d67952e3930c8f5eb676df042b84
|
|
| MD5 |
ec128f49133eddf2ea2e6e3c059c019a
|
|
| BLAKE2b-256 |
32ddd12d0a1f031085ead863995662a355e2965672748f4692dd65776bda5112
|
File details
Details for the file scrap_imdb-0.1.7-py3-none-any.whl.
File metadata
- Download URL: scrap_imdb-0.1.7-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.11.11 Darwin/25.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a248097870e51675bf5c7599458983b46a30c3c5bc3c9f00d549966bc473b2b8
|
|
| MD5 |
0c7fb17caa8b77137188f972e11e733d
|
|
| BLAKE2b-256 |
bf5f0f9447aebca2b3ca2804839100eeeb9fd1a790c64ec39cbcd96ffb670c60
|