Closed manugarri closed 4 years ago
Like this?
tech_headlines = [Newscatcher(source).get_headlines() for source in urls(topic = 'tech', language='en')]
be carful tho it's going to be a huge number of requests
Yes, that's how you could do it
Like this?
tech_headlines = [Newscatcher(source).get_headlines() for source in urls(topic = 'tech', language='en')]
be carful tho it's going to be a huge number of requests
Would it be possible to get the tech headlines without specifying a website?