Scrapes info from the corresponding Wikipedia pages for the given movies.
Run movie_scraper.py to scrape the following data from Wikipedia for the movie names in movies.txt:
- The movie name
- Director
- Year of release
- Overall gross earning
- The cast
The data gets written to output.csv
movie_scraper.ipynb is just to test logic and debug.