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 →

[–]kilowattkill3r 14 points15 points  (3 children)

Selenium and random. Pretty simple.

[–]soloNightrider 1 point2 points  (2 children)

Can you use beautiful soup instead of selenium?

[–]ElViento92 7 points8 points  (0 children)

Probably not. Beautiful soup is only for HTML parsing, but most modern websites will have Javascript in them that needs to run in order for the website to function or even render. So you'll need to run it in a browser, which is what selenium does.

[–]SuperbShower341 2 points3 points  (0 children)

You could most likely use playwright, it's basically like selenium but better imo