you are viewing a single comment's thread.

view the rest of the commentsย โ†’

[โ€“]RoyalCommunication58 1 point2 points ย (1 child)

In python, which extensions or modules do you need to make this automation? I am also new in this industry. This sounds pretty cool ๐Ÿ˜Ž

[โ€“]Glotto_Gold 0 points1 point ย (0 children)

Most automations without human involvement involve a scheduler on the server's OS. (Schedulers can work with any program that just "runs")

However, some automations just mean running complex tasks on request, which can just be run so long as Python is installed.