Skip to content

Python script to (mass) create reddit accounts (with captcha solving)

Notifications You must be signed in to change notification settings

kybernetyk/Reddit-Account-Creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REAC - reddit account creator
=============================

A little python script for mass reddit account creation. Fucking hipsters!

deps:
	- curl
	- selenium standalone server + selenium webdriver
	- a de-captcher.com account

INSTALLATION
------------
	1. get curl
	2. get selenium server standalone from http://seleniumhq.org
	3. pip install selenium
	3. get your de-captcher.com credentials and create a file named
		 "decaptcha_creds" with your login:password.
		 example:
		 ---------------------------- snip -------------
		 stupidspammeruser:secretpassword
		 ---------------------------- snap -------------

USAGE
-----
	0) run ./run_selenium.sh to start the selenium server
	1) run ./captcha.py to check if your re-captcha.com credentials are right
	2) edit reac.py: change 'username' and 'password' to your desired account username/password
	3) run ./reac.py
	4) ...
	5) profit

IDEA
----
Automate this and use TOR or proxies. :3

(C) Leon Szpilewski, GPL3, [email protected]

About

Python script to (mass) create reddit accounts (with captcha solving)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published