Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 423 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 423 Bytes

Scrape 500 fortune companies

This script will scrape 500 fortune companies from https://money.cnn.com/magazines/fortune/fortune500_archive/ and the output will be csv file

Setup:

  1. Create virtual env
  2. Install python dependencies
   pip install -r requirements.txt
  1. Activate virtual environtment and run the script
    python main.py --start_year your_start_year --end_year your_end_year