A web scraping program that uses a random IMDB profile and gives info on that person and some of the productions they've been in.
This program was created in order to enhance my skills in web scraping. This program was written over the span of a one day
What you will need to run this program:
- Python- To run this program, you must have some way to run a .py file. Also, this program was written using python 3.8.3, and has not been tested using any other version. You will also have to install requests and bs4 to use the program.
After installing and adding everything necessary, all you need to do is run the program, and press the new profile button.
@AlexHettle - Sole author of project