izdwuut's personal place

Tagged in

PRAW

Create Reddit upvoter using Python and PRAW

Welcome to another tutorial of mine! Be sure to check the previous ones here. In this one, I’m going to cover a script that upvotes every new submission and comment from a given subreddit. Please, don’t try to run it in reverse and downvote all the things. Please… I assume that you have Python installed on your system. The tutorial targets Windows 10 with Powershell. Registering the application In order to use PRAW, we need to register our script first....