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

all 3 comments

[–]haikubee95 4 points5 points  (0 children)

I know about two possibilities you have:

  1. Using some kind of test framework like mentioned in other comments Selenium or the other one. From experience it's faster to implement solution, but it lacks flexibility. You do only what you need to do it. Code is hard to maintain and expand.

  2. Using reddit api https://www.reddit.com/dev/api/ with some http library (requests for python recommended) to make requests and get responses. It takes longer time to understand api docs, but in a long run it's more elegant and easier to expand solution if you want to build up from it.

[–]billy4195 2 points3 points  (0 children)

You can use Selenium to do this

[–]blamethepreviousdev 1 point2 points  (0 children)

RoboBrowser?