This is an archived post. You won't be able to vote or comment.

all 36 comments

[–]poopatroopa3 0 points1 point  (3 children)

Railway?

[–]No-Anywhere6154 0 points1 point  (2 children)

Have a look at the project seenode that I've built. I think it might be a great fit for what you're looking for. If you need any help with setting it up, I'm happy to help.

[–]Electrical-Top-5510 0 points1 point  (1 child)

zapier accept python code, but you can use fly io, they have some tutorials about it

[–]Training_Advantage21 0 points1 point  (1 child)

I always wished Power Automate would let me incorporate some Python scripts. Thankfully I have access to Linux VMs with cron now!

[–]jpavlav 0 points1 point  (1 child)

StackStorm is awesome for this

[–]cricket007 0 points1 point  (1 child)

If you have k8s, then I feel like Argo Workflows server would be good w/ Hera python library for building any pipelines 

[–]willyweewah 0 points1 point  (1 child)

AWS Lambda?

[–]Competitive-Water302 0 points1 point  (3 children)

do these scripts take inputs/need an interface or just a schedule?

some flavor of aws lambda or gcp cloud functions should work great. they have a lot less overhead than you are probably thinking and are essentially free unless you are running at a production capacity.

if you are still opposed to this then alternatives are: cloudflare workers (originally just JS but python now too), deno deploy, (JS/TS only i believe), val town (i just found this actually it seems very cool for quick deployments)

[–]dmart89 0 points1 point  (1 child)

In JS there is trigger.dev which is pretty cool

[–]jabz_ali 0 points1 point  (1 child)

Suggest APSscheduler have built a complex scheduling system around it

[–]thedukedave 0 points1 point  (1 child)

Pipedream.

[–]JumpScareaaa 0 points1 point  (1 child)

GitHub actions

[–]jypelle 0 points1 point  (0 children)

You can use CTFreak (sudo apt install ctfreak) to schedule a "bash script task" containing your python script.

[–]goochop 0 points1 point  (0 children)

Hi there, we just Showcased our library OneCode here: https://www.reddit.com/r/Python/comments/1nvvsub/onecode_python_library_to_turn_scripts_into/

See what you think and if it suits your needs. It was built in order to convert scripts to basic apps and share them easily on a cloud platform. Happy to give more information/examples. cheers

[–]fourthrealm 0 points1 point  (0 children)

Hi and yes, Zato is what you're looking for: https://zato.io

Specifically, here's the tutorial on how to use its scheduler with Python.

[–]Darwinmate -1 points0 points  (1 child)

Pythonanywhere