π
π2y ago

Scraping Hackernews for Deno-related projects

Hello, I scraped Hackernews using Deno and Puppeteer, now how do I process the text to find keywords in each items? (ie. Front end, Back end, ..) Probably using a NLP library (hf?)
2 Replies
Doctor 🤖
Doctor 🤖2y ago
If you don’t need JavaScript to load on the hacker news page to get the content you want, then using puppeteer is overkill.
π
π2y ago
Yeah.