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.
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.
- Pull down this repository to your local machine.
- Run
poetry installto install dependencies. - Run the job search script
poetry run find-jobsfrom within the root directory. This will create a CSV file containing relevant job postings. - (Optional) Add a
blacklist.csvfile 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.