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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Best free option for cron-like scraping process

2 点作者 commentsgaloer2超过 2 年前
Hello HN!<p>I&#x27;m looking for a cloud service that would allow me to launch a process every few minutes. This process would check something on a site (probably a few https requests) and then email me if certain conditions are met.<p>This would be for something personal so I&#x27;m looking for a free service if possible.<p>I&#x27;m looking at AWS lambda as an option as I&#x27;m fairly familiar with EC2 and lightsail...but I&#x27;d prefer a service that would either not ask for a credit card, or have some hard limits for spending. AWS horror stories are awful...<p>I already do this with a python script locally on my PC, but I&#x27;m looking to have this run on somebody else&#x27;s computer (aka &quot;the cloud&quot;). I&#x27;m willing to learn any language or technology.<p>Thanks!!!

2 条评论

throwaway888abc超过 2 年前
&gt;I already do this with a python script locally on my PC, but I&#x27;m looking to have this run on somebody else&#x27;s computer (aka &quot;the cloud&quot;).<p><a href="https:&#x2F;&#x2F;fly.io&#x2F;docs&#x2F;getting-started&#x2F;python&#x2F;" rel="nofollow">https:&#x2F;&#x2F;fly.io&#x2F;docs&#x2F;getting-started&#x2F;python&#x2F;</a><p><a href="https:&#x2F;&#x2F;vercel.com&#x2F;docs&#x2F;runtimes#official-runtimes&#x2F;python" rel="nofollow">https:&#x2F;&#x2F;vercel.com&#x2F;docs&#x2F;runtimes#official-runtimes&#x2F;python</a><p><a href="https:&#x2F;&#x2F;www.digitalocean.com&#x2F;community&#x2F;tech_talks&#x2F;deploying-your-python-applications" rel="nofollow">https:&#x2F;&#x2F;www.digitalocean.com&#x2F;community&#x2F;tech_talks&#x2F;deploying-...</a>
dfsdfsdf111超过 2 年前
Why do you need the cloud? It doesn&#x27;t look like a very demanding application... just get a cheap vps from <a href="https:&#x2F;&#x2F;www.lowendstock.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.lowendstock.com&#x2F;</a> ? The ones I got for $5-10 per year are pretty reliable.