Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 407 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 407 Bytes

What is is ?

This programm allows you to find all the users that upvoted a certain kind of product on Product-Hunt based on a search query

Usage

If you don't have yarn installed you can use npm

yarn install
node index.js <productQuery> <numberOfProductToScrape>

you can add the results to a file doing:

node index.js <productQuery> <numberOfProductToScrape> >> target-audience.json