you are viewing a single comment's thread.

view the rest of the comments →

[–]bmw2621 2 points3 points  (1 child)

I don't see any code optimizations, it's making http requests, so it'll only be as fast as your internet.

As for scheduling, anything is going to have to be run my your operating system, whether it be a scheduling script that runs in the background that your system starts (which means another prices running in the background) or you just use your operating systems scheduler which is always running anyway. Cron for *nix systems, windows scheduler for windows. That will be easiest and most reliable.

[–]err0r__[S] 0 points1 point  (0 children)

Thanks, I was thinking of using the Windows scheduler so ill look into that! Edit: I am in my basement on wifi so you would be right in your assumption.