Skip to content

acourtneybrown/fortune-grabber

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Fortune 1000 list grabber

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%