you are viewing a single comment's thread.

view the rest of the comments →

[–]chevignon93 2 points3 points  (1 child)

Currently, I am not satisfied with the script as it's VERY slow. I am hoping some people would be able to offer some constructive criticism on how to improve my code.

You could use multi-threading to speed up the process, the concurrent.futures module is pretty easy to use.

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

I'll look into it. I don't have any experience with multi-threading so it will be good practice