Live data from Hacker News

Show HN: Mashups – Resurrecting Yahoo Pipes, my side project

mashups.io

21–30 of 41 posts

Re: Show HN: Mashups – Resurrecting Yahoo Pipes, my side project

#22

Is anyone able to scrape Bloomberg news? For years now they have no RSS and have made it very difficult to create one.

Open RSS does https://openrss.org/www.bloomberg.com

Has feeds for deep-linked sections too https://openrss.org/www.bloomberg.com/technology

Re: Show HN: Mashups – Resurrecting Yahoo Pipes, my side project

#23

Is anyone able to scrape Bloomberg news? For years now they have no RSS and have made it very difficult to create one.

Typing this in the console:

  $$("div[data-component='headline']")
would select all titles in the home page. It shouldn't be super hard to build an RSS file using beautifulsoup for example. Can you be more specific about what you would need?

Re: Show HN: Mashups – Resurrecting Yahoo Pipes, my side project

#26
post #22

Is anyone able to scrape Bloomberg news? For years now they have no RSS and have made it very difficult to create one.

Open RSS does https://openrss.org/www.bloomberg.com Has feeds for deep-linked sections too https://openrss.org/www.bloomberg.com/technology

You will need to go through archive.is if you want to bypass the paywall and get the full article, not just the summary.

Re: Show HN: Mashups – Resurrecting Yahoo Pipes, my side project

#27
post #6
post #5

Also check out https://nodered.org/ and https://github.com/huginn/huginn if you're interested in free and open-source software you can run yourself.

Is there a consolidated comparison website for these? There is also n8n that is on the rise now.

Not to mention Zapier and Make, which appear to dominate the same "proprietary solutions" space where this tool resides.

Re: Show HN: Mashups – Resurrecting Yahoo Pipes, my side project

#29
post #6
post #5

Also check out https://nodered.org/ and https://github.com/huginn/huginn if you're interested in free and open-source software you can run yourself.

Is there a consolidated comparison website for these? There is also n8n that is on the rise now.

Windmill.dev too!

Pipedream!

Post reply on HN