gjohl / moviescraper

Scrape movie info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

moviescraper

Library to get randomised movie suggestions and interesting info.

Environment setup

conda create --name moviescraper python=3.9
conda activate moviescraper
pip install -r requirements.txt
pip install git+https://github.com/alberanid/imdbpy

Running the notebook

Start a jupyterlab session and run the get_random_movie.ipynb notebook in the notebooks directory.

jupyter lab

About

Scrape movie info


Languages

Language:Jupyter Notebook 99.1%Language:Python 0.9%