←back to thread

707 points namukang | 2 comments | | HN request time: 0.569s | source
Show context
toss1 ◴[] No.29258518[source]
Excellent work; I started the demo with usual jaded attitude, but then - WOW - nice - I'll have good uses for that!

Can you drive actions from a spreadsheet or table? The workflow I'm thinking of is first do a run to gather data, next offline filter or select desired items from that data set, then finally use the processed data set to drive a series of actions on the selected items.

Also, any chance there'll be a Firefox version?

replies(1): >>29258625 #
1. dkthehuman ◴[] No.29258625[source]
You definitely can drive actions from a spreadsheet — it's one of the most common usage patterns.

Here's a demo showing it in action: https://docs.browserflow.app/tutorials/tutorial-scrape-a-lis...

(The demo shows scraping each URL but you can perform arbitrary actions for each row of the sheet.)

As for Firefox, it's unfortunately not currently possible: https://news.ycombinator.com/item?id=29256938

replies(1): >>29259990 #
2. toss1 ◴[] No.29259990[source]
Thank you - looks really useful!

Interesting about Firefox vs Chrome API differences...

BTW, those are very nice demos too - clear and concise.