Skip to content

Toast707/Reddit-Account-Generator-and-Mass-Upvoter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reddit-Account-Generator-and-Mass-Upvoter

This program is the fastest way to generate a mass amount of reddit accounts without using a captcha service or paying for a VPN. tools are also included to generate random account names and upvote comments and posts.

Example video

^^^ youtube example

Prerequisites

Firefox browser.

You must have the tor service installed and running for this to propery work. Reddit limits account creation from one ip and tor allows us to get around this.

sudo apt-get install tor

You must also have selenium installed.

pip install selenium

This may or may not be an issue for you, but seleinum would not run properly with firefox on my system. I had to update my geckowebdriver by moving the most recent version into /usr/local/bin/.

Instructions

randomUsernames.py

This file will generate a text file will 100 random usernames and passwords in the format of username:password.

creator.py

This file will create your accounts. When run it will open firefox using tor and enter the first username:password combo from 'redditNameList.txt' into reddits account creator. The program will now pause and wait for you to solve the captcha and Press 'sign up'. After you have done this press enter and that username:password combo will be removed from 'redditNameList.txt' and moved to 'createdNames.txt'. Tor will restart to bypass reddits ip limiting. You can repeat this process until you have as many accounts as you want or need.

Note: Ocassionally the captcha will not appear. I'm not sure why this happens but if you move on to a new ip it seems to resolve itself. If you press 'r' then 'enter' instead of just 'enter' it will skip the current username:password combo leaving it in 'redditNameList.txt' and not moving it to 'createdNames.txt'.

upvoter.py

This file allows you to upvote posts or comments. You must enter the link to the post or comment at the top of the file in 'postLink' or 'commentPermaLink' variable. You must also comment out the function call you are not preforming in main. When ran this will iterate through 'createdNames.txt' signing in each account, upvoting, then moving to the next account. Tor is not used in this file as it doesn't seem to be needed as I didn't notice any vote limiting.

About

Automatically generate reddit accounts and use them for vote manipulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%