Giter Site home page Giter Site logo

whereis-whoishiring-hiring's Introduction

Where is Who is hiring? hiring?

Overview

This repo contains:

  1. The code for the site http://whereis-whoishiring-hiring.me, under app; and
  2. The code to scrape Hacker News' Who is hiring? posts and create the database that powers the website, under database.

You can find a list of FAQ about the project here: http://whereis-whoishiring-hiring.me/faq

Building the database

You can either use both Sqlite and MySQL; for the latter, you'll have to stick your password in both config.py, create_everything.sh and update_single_item.sh. Sqlite should just work. (yay!)

Create the database from scratch

Clone the repo and install the requirements; then:

$ cd database
$ ./create_everything.sh <sqlite | mysql>

Update the database with a single HN post

$ cd database
$ ./upadte_single_item.sh <hn post id> <sqlite | mysql>

Run the tests

$ cd database
$ python tests.py

Running the web app

$ python run.py

The webapp is trivial enough that no tests are necessary for now.

Contributing

PRs are more than welcome! :) There's a ton of work that could be done, from tidying up the code to implementing new features. I have few ideas but I lack time. If you want to contribute, drop me a line or go ahead and open a PR.

Mandatory boring disclaimer: this stuff is not affiliated with YCombinator, I don't make a single cent for running it etc etc.

Authors

manlio [email protected]

License

Beerware

whereis-whoishiring-hiring's People

Contributors

oilnam avatar

Watchers

Thomas Schneider avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.