Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.09 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.09 KB

Fortune lists grabber

I used Python 3.6 with anaconda(updated). I have also updated the files in the output folder.

Previous ilyavorobiev/fortune-grabber info :

Description

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.

Installation

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.

Usage

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

Prepared data

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.