{"id":16201417,"url":"https://github.com/amscotti/hnjobsearcher","last_synced_at":"2026-04-29T00:34:30.718Z","repository":{"id":155648684,"uuid":"624644902","full_name":"amscotti/HNJobSearcher","owner":"amscotti","description":"Python application for looking at job postings from the Hacker News monthly job posting","archived":false,"fork":false,"pushed_at":"2026-01-14T02:29:26.000Z","size":1277,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-14T05:49:16.977Z","etag":null,"topics":["hackernews","jobsearch","python","sqlite"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amscotti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-06T23:50:13.000Z","updated_at":"2026-01-14T02:29:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"23da70dc-3d0c-4986-a09f-d34247031cd1","html_url":"https://github.com/amscotti/HNJobSearcher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amscotti/HNJobSearcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amscotti%2FHNJobSearcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amscotti%2FHNJobSearcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amscotti%2FHNJobSearcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amscotti%2FHNJobSearcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amscotti","download_url":"https://codeload.github.com/amscotti/HNJobSearcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amscotti%2FHNJobSearcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hackernews","jobsearch","python","sqlite"],"created_at":"2024-10-10T09:37:46.132Z","updated_at":"2026-04-29T00:34:30.714Z","avatar_url":"https://github.com/amscotti.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hacker News Job Posting Search\n\nThis Python CLI application allows you to search for job postings on Hacker News based on a given query text. It retrieves job postings using the [Hacker News API](https://github.com/HackerNews/API), indexes them using an SQLite full-text search (FTS) engine, and displays the search results with the help of the [Rich library](https://github.com/willmcgugan/rich).\n\n![Screenshot](screenshot.png)\n\n## Installation\n\n1. Clone the repository.\n\n```\ngit clone https://github.com/amscotti/HNJobSearcher.git\ncd HNJobSearcher\n```\n\n2. (Optional) Set up a virtual environment.\n\n```bash\npython -m venv .venv\nsource .venv/bin/activate  # On Windows: venv\\Scripts\\activate\n```\n\n3. Install the required dependencies.\n\n```bash\npip install -r requirements.txt\n```\n\n## Usage\n\nRun the following command to search for job postings:\n\n```bash\npython main.py -j \u003cjob_posting_id\u003e -q \u003cquery_text\u003e -c \u003csearch_count\u003e\n```\n\n- `job_posting_id` is the ID of the job posting from Hacker News (default is `35424807`).\n- `query_text` is the text you want to search for in the job postings (default is `\"python AND remote\"`).\n- `search_count` is the number of job postings to return (default is `100`).\n\nFor example, to search for remote Python job postings, you can run:\n\n```bash\npython main.py -j 35424807 -q \"python AND remote\" -c 100\n```\n\n## Development\n\n### Running Tests\n\nRun all unit tests:\n```bash\npytest\n```\n\nRun a specific test:\n```bash\npytest tests/test_file.py::test_function_name\n```\n\n### Code Quality\n\nLint the code:\n```bash\nruff check .\n```\n\nCheck types:\n```bash\npyright\n```\n\nFormat code:\n```bash\nruff format .\n```\n\n## Docker\n\nBuild the Docker image:\n\n```bash\ndocker build -t your-image-name .\n```\n\nRun the Docker container:\n\n```bash\ndocker run -it your-image-name -j your-job-posting-id -q your-query-text -c your-search-count\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famscotti%2Fhnjobsearcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famscotti%2Fhnjobsearcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famscotti%2Fhnjobsearcher/lists"}