This script will scrape 500 fortune companies from https://money.cnn.com/magazines/fortune/fortune500_archive/ and the output will be csv file
Setup:
- Create virtual env
- Install python dependencies
pip install -r requirements.txt
- Activate virtual environtment and run the script
python main.py --start_year your_start_year --end_year your_end_year