Want to add for anyone wanting to quickly apply a filter to one RSS feed I recommend https://www.siftrss.com/, it doesn't require create an account and it works perfectly.
Show HN: Mashups – Resurrecting Yahoo Pipes, my side project
21–30 of 41 posts
Re: Show HN: Mashups – Resurrecting Yahoo Pipes, my side project
#22Is anyone able to scrape Bloomberg news? For years now they have no RSS and have made it very difficult to create one.
Has feeds for deep-linked sections too https://openrss.org/www.bloomberg.com/technology
Re: Show HN: Mashups – Resurrecting Yahoo Pipes, my side project
#23Is anyone able to scrape Bloomberg news? For years now they have no RSS and have made it very difficult to create one.
$$("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
#24can you add a JSON export option?
Re: Show HN: Mashups – Resurrecting Yahoo Pipes, my side project
#25Re: Show HN: Mashups – Resurrecting Yahoo Pipes, my side project
#26Is 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
#27Also 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.
Re: Show HN: Mashups – Resurrecting Yahoo Pipes, my side project
#28Also 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.
Re: Show HN: Mashups – Resurrecting Yahoo Pipes, my side project
#29Re: Show HN: Mashups – Resurrecting Yahoo Pipes, my side project
#30The demo was intuitive, congrats on the launch! Can I ask what you used to build the canvas UI?