Library to get randomised movie suggestions and interesting info.
conda create --name moviescraper python=3.9
conda activate moviescraper
pip install -r requirements.txt
pip install git+https://github.com/alberanid/imdbpy
Start a jupyterlab session and run the get_random_movie.ipynb
notebook in the notebooks
directory.
jupyter lab