TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

2 pointsby commentsgaloer2over 2 years ago
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 comments

throwaway888abcover 2 years ago
&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>
dfsdfsdf111over 2 years ago
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.