bcantello / peoples_voice_project

A central location where users can search government representatives, discover upcoming local elections, and find polling locations
https://www.peoplesvoiceproject.com
0 stars 1 forks source link

Webscrapping news of official that we click on #63

Open MikelTafalla opened 1 year ago

MikelTafalla commented 1 year ago

If an elected official is clicked, we could do some webscrapping to find latest news online. Or to make it easier we could just web scrape a couple of big online newspapers, or only add the option to webscrape news regarding the president

bcantello commented 1 year ago

This would be awesome. I'm not sure how web scraping works. What I wouldn't want to do is just return the top results which would probably be their website, and socials, which we already have links to. We would need to make sure that only new stories are returned. If we selected only certain sources to scrape then that would solve that problem. We would have to have a fairly wide range of sources though to make sure we returned balanced information. Big chunk of the middle. Nothing super far left or right

bcantello commented 1 year ago

This is probably something that should be done on the backend, and there would need to be both front end and backend tickets for this work