Skip to content

phillipdwright/hackrtrackr

Repository files navigation

HackrTrackr

Hacker News is a social news site focused on computer science and entrepreneurship. Since 2011 there have been monthly “Who's Hiring” threads where hundreds of companies post descriptions of job openings. HackrTrackr allows a user to access the entire history of these job posts and to filter for just the jobs that match their interest. HackrTrackr provides an interactive visualization to see how job trends have changed over time. HackrTrackr also integrates company reviews from Glassdoor to enhance the user’s job search.

Working with HackrTrackr Locally

To work with a local copy of HackrTrackr, you will need to have Python 2.7 installed.

Clone the repo

$ git clone git@github.com:phillipdwright/hackrtrackr.git
$ cd hackrtrackr

Install dependencies

$ pip install -r requirements.txt

Set up database

$ python hackrtrackr/initialize_data.py
$ python dbutils/setup_db.py
$ python hackrtrackr/update_db_helpers.py

Contributors

About

HackrTrackr - The Right Coding Job Is Out There!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published