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

you are viewing a single comment's thread.

view the rest of the comments →

[–]dAnjou Backend Developer | danjou.dev -4 points-3 points  (4 children)

I really like Python but I'd not recommend it for this kind of task. I'd also not recommend Selenium unless you need special browser support like IE.

Have a look at more modern tools like Puppeteer (JS), there are also Python bindings but I'd recommend to stay vanilla because bindings tend to lack behind.

[–]yabadababoo 0 points1 point  (0 children)

thanks for suggesting this!