Skip to content

The application scrapes data from IMDB and adjusts IMDB ratings based on defined rules.

Notifications You must be signed in to change notification settings

bbognar1992/imdb-quest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Big IMDB quest

The application scrapes data from IMDB and adjusts IMDB ratings based on defined rules.

Setup the python environment

Run the application

The application can be run in the command line interface. After setting the working directory to the project folder then you can run the run.py in the following ways.

python run.py

python run.py -l 20 - Limit the movies to 20.

Run unit tests:

For testing the functions please use the following line:

python -m unittest discover -s tests

About

The application scrapes data from IMDB and adjusts IMDB ratings based on defined rules.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages