TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: I created a browser automation tool

176 点作者 iamandras将近 3 年前
I created this tool a few months ago to automate some of my tasks. I use it to collect prices and files and to get notified when something changes on certain websites. The task runner uses Playwright.<p>I&#x27;m not sure if it can be useful to anybody else besides me :) Any feedback is welcome.

15 条评论

fareesh将近 3 年前
There&#x27;s a chrome extension that records all your steps and then generates a puppeteer&#x2F;playwright script for you. Then you can just edit bits of that script and run it. This is my go-to method presently.<p>I feel like you could incorporate some of those features into this and eliminate some of the manual entry of css selectors.
评论 #32363729 未加载
评论 #32362784 未加载
评论 #32361205 未加载
评论 #32364779 未加载
评论 #32360772 未加载
评论 #32360986 未加载
lorey将近 3 年前
Really interesting tool. I&#x27;ve always found the task of finding the right CSS selectors tiresome, so I created tool which automatically extracts the right selectors for you (and builds a scraper as well). Open Source on GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;lorey&#x2F;mlscraper" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lorey&#x2F;mlscraper</a>
评论 #32366434 未加载
pmontra将近 3 年前
&gt; Periodically check for changes<p>I remember a Firefox extension that notified me with the diffs of changed pages. I don&#x27;t remember exactly what I was using it for. I think something related to CVEs for some keywords. Then the service I was using shut down and I lost tracks of that extension.
评论 #32361977 未加载
评论 #32361949 未加载
评论 #32363642 未加载
评论 #32361565 未加载
bcjordan将近 3 年前
I&#x27;d love to use this as a webpage interaction&#x2F;scraping component in chains of webhooks (building on e.g. low-code step pipelines built with Pipedream, could imagine fitting with something like Zapier, too).<p>Would require the ability to:<p>(1) make a web request to start a run<p>(2) collect the scraped info and return it as part of (a) a webhook call or (b) in the response of a synchronous &quot;start run&quot; blocked long http request<p>It sounds like #1 is already possible. 2a might be possible if there was a call webhook step or notification option? But 2b would be the simplest (if I could make a single GET or POST request, and the response gives me some outputs from an automation session).<p>Zapier&#x2F;Pipedream integrations could be nice platform integration marketing for the tool as well.
Heavywater将近 3 年前
This is similar tools: <a href="https:&#x2F;&#x2F;github.com&#x2F;huginn&#x2F;huginn" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;huginn&#x2F;huginn</a> <a href="https:&#x2F;&#x2F;n8n.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;n8n.io&#x2F;</a>
Krastan将近 3 年前
This is cool! Is it free? If not would be good to have pricing be visible without creating an account.<p>Also the logo in the header looks low definition. Upping its resolution will make the website way better.
评论 #32360601 未加载
评论 #32360621 未加载
melony将近 3 年前
Rocket ride is the name of Stripe&#x27;s API demo app. Might want to change the name, this is bad for your SEO.
blackdogie将近 3 年前
Best of luck.<p>Two things that have tripped me up 1. &quot;and save the value of this attribute&quot;, it wasn&#x27;t clear that this could only be certain values, text, id. 2. API I can list tasks, get the status of a task, start tasks via API, but I don&#x27;t se how I can read the results &#x2F; stored data
thih9将近 3 年前
Is there any way to play with the product without registering? Or perhaps see a video showing it in action?
评论 #32361467 未加载
ramoz将近 3 年前
Curious what your pricing strategy is here? The free offering is cool for sure. Guess you&#x27;ll learn how serious users may want to actually use the service, what that means for your unit costs, and how it all scales in your favor? or sort of already figured that out?
评论 #32365845 未加载
BeetleB将近 3 年前
Only tangentially related, but...<p>I use Firefox. Anyone know of a way I can have it close all tabs once a day? Either via an external script or an extension?
评论 #32363639 未加载
评论 #32365835 未加载
Ladyady将近 3 年前
Are you no longer accepting new users?
dhux将近 3 年前
Can you also record video with sound?
评论 #32361484 未加载
anon115将近 3 年前
landing page is nice
partloyaldemon将近 3 年前
I&#x27;ll check it out. Thanks!