Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

A script that scans the Hacker News "Who is hiring?" post for relevant job postings

Notifications You must be signed in to change notification settings

domarp-j/hacker-news-hiring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker News Hiring Script

This is a small Python script that uses the Hacker News API to fetch job postings from a Hacker News "Who is hiring?" post that match certain search criteria.

Dependencies

Your system's Python version should match the version specified in pyproject.toml.

For now, this script requires using poetry to run the job finder script.

Usage

  1. Pull down this repository to your local machine.
  2. Run poetry install to install dependencies.
  3. Run the job search script poetry run find-jobs from within the root directory. This will create a CSV file containing relevant job postings.
  4. (Optional) Add a blacklist.csv file if you want any posts to be excluded from the output CSV. It only needs a single row containing the Hacker News IDs of posts that should be ignored.

About

A script that scans the Hacker News "Who is hiring?" post for relevant job postings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages