I used Python 3.6 with anaconda(updated). I have also updated the files in the output folder.
In this repository you can find scripts for obtaining Fortune 1000 companies lists and their data outputs. Scripts downloading and parsing information from the official site.
You should have Python 3.6 installed. In folder with cloned repository please run:
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
This will install virtaulenv and all required libraries.
Don't forget to activate virtualenv if it isn't already done. To do that run:
. .venv/bin/activate
To obtain Fortune 1000 companies list please run the following. This will generate csv file in output folder.
python fortune1000.py
In this repository in output folder you can find data that the scripts generate. It can be useful if you are looking only for data.