get_character.py
Python package to access the IMDb's movie database
Install
- All systems
-
curl cmd.cat/get_character.py.sh
- Debian
-
apt-get install python-imdbpy
- Ubuntu
-
apt-get install python-imdbpy
- Arch Linux
-
pacman -S python-imdbpy
- Kali Linux
-
apt-get install python-imdbpy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-imdbpy
- Raspbian
-
apt-get install python-imdbpy
- Dockerfile
- dockerfile.run/get_character.py
python-imdbpy
Python package to access the IMDb's movie database
IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database about both movies and people. It can be very easily used by programmers and developers to provide access to the IMDb's data to their programs.