Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 1.66 KB

README.org

File metadata and controls

52 lines (44 loc) · 1.66 KB

README

Table of Contents

Description 😊

DataMovies is a data-science focused library that allows you to request movies/series dataset via ImDb’s API.

Available for now:

  • search all users reviews for a specific movie
  • search all ratings distributions for a specific movie
    • statistic by ratings
    • ratings per age range for man
    • ratings per age range for woman
    • ratings per age range for all

Maintainers 👨👩👧👦

Prerequisites 🏁

  • Python >= 3.8
  • pip

Installation ✅

From official repository:

pip install dataMovies

Usage 😁

Look at the example to know more about the use. Do not forget to check the documentation to see all features information!

Run tests ⚙

Clone the repository

git clone https://github.com/rizerkrof/libray-dataMovies.git
cd libray-dataMovies

run unit tests

python3 -m unittest discover --top-level-directory=. --start-directory=./tests/tests_dataMovies/