Skip to content

Takes HackerNews "Who's Hiring" articles and scrapes them to find the most sought after programming languages and skills to learn

Notifications You must be signed in to change notification settings

UAHakron/whos-hiring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

whos-hiring

Welcome to Who's Hiring

Installation and Setup

Who's Hiring runs on Python 2.7, and includes the libraries beautifulsoup4, matplotlib, and numpy.

For information on Python 2.7 installation and cloning the repo, please feel free to reference our last Python project's README.

Once you have cloned the project, change your directory to the root of the project.

Execute the following commands:

'pip install beautifulsoup4'

'pip install matplotlib'

'pip install numpy'

From the root directory, create a folder titled pages. Leave this blank for now, the program will populate it later.

Running the app

To execute Who's Hiring, enter 'python main.py' and follow the prompts.

About

Takes HackerNews "Who's Hiring" articles and scrapes them to find the most sought after programming languages and skills to learn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages