Skip to content

dmhacker/cscq-salaries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cscq-salaries

The subreddit /r/cscareerquestions hosts periodic 'salary sharing' threads, where software engineers and interns are encouraged to share the fiscal details of their offers. However, much of the data in these threads are obscured by inconsistent text formats and numerous styling issues. This is an attempt to parse the rather varied data, sanitize it, and then convert it into easily readable, visually appealing figures.

Installation Process

After cloning this repository, cd in and setup a virtualenv.

virtualenv venv
source venv/bin/activate

Install all dependencies.

pip install -r requirements.txt

Provide an environment file (.env in the top level directory). This environment file should have the following variables:

Finally, run the appropriate file to generate salary data. For internship salary data, use:

python cscqsal/interns.py

About

Salary data pulled from /r/cscareerquestions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages