Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reddit-Account-Generator-and-Mass-Upvoter

***THIS SCRIPT IS NOW OUT OF DATE ***looking for someone to update, description here: #10

This program is the fastest way to generate large amounts 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 or posts.

Example video

The above is an example video of the tool's usage.

Prerequisites

Firefox browser.

You must have the Tor service installed and running for this to propery work. Reddit limits account creation from individual IP addresses and Tor allows you to get around this.

sudo apt-get install tor

Selenium

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's 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 Reddit's 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 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 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