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
- Python >= 3.8
- pip
From official repository:
pip install dataMovies
Look at the example to know more about the use. Do not forget to check the documentation to see all features information!
git clone https://github.com/rizerkrof/libray-dataMovies.git
cd libray-dataMovies
python3 -m unittest discover --top-level-directory=. --start-directory=./tests/tests_dataMovies/