Skip to content

Using the Hacker News API, parses a "Who Is Hiring" feed and produces a clean list (one opportunity per line). Useful when combined with grep.

License

Notifications You must be signed in to change notification settings

3RiverDev/hacker-news-who-is-hiring-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker News "Who Is Hiring?" Parser

Using the Hacker News API, parses a "Who Is Hiring" feed and produces a clean list (one opportunity per line). Useful when combined with grep.

Usage:

python whoishiring.py [id]

python whoishiring.py 15601729 | grep -i python | grep -i remote | sed -e "s/^.*$/&1\n/" > jerbs.txt

Requirements:

  1. Python 3

About

Using the Hacker News API, parses a "Who Is Hiring" feed and produces a clean list (one opportunity per line). Useful when combined with grep.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages