Neelesh Kumar
Newbie
- Mar 30, 2019
- 23
- 3
Let's discuss what it takes to successfully create a reddit upvote bot to upvote your posts without getting shadow banned or getting your accounts suspended.
What I did:
I use praw to fetch post data of a subreddit and use selenium to upvote them. Each Chrome Profile on selenium has a different IP with VPN. Upvoting just my post gets the accounts flagged for vote manipulation, so I upvote some other posts as well. But the votes stop counting after 4. What can I do to prevent that? Please provide tips. Also how many seconds should I optimally wait after each vote? How many seconds between each account or should I run them asynchronously?
What I did:
I use praw to fetch post data of a subreddit and use selenium to upvote them. Each Chrome Profile on selenium has a different IP with VPN. Upvoting just my post gets the accounts flagged for vote manipulation, so I upvote some other posts as well. But the votes stop counting after 4. What can I do to prevent that? Please provide tips. Also how many seconds should I optimally wait after each vote? How many seconds between each account or should I run them asynchronously?