Tool to automate making Reddit accounts, written in Node.
This repository has been archived on 2024-04-10. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2022-04-28 21:50:36 -04:00
.gitignore add proxy support 2022-04-09 00:17:32 -04:00
config.example.json add proxy support 2022-04-09 00:17:32 -04:00
config.js remove debug, replace ora with progress bar pkg 2022-04-28 21:38:54 -04:00
LICENSE v1 2022-04-04 22:31:37 -04:00
package-lock.json remove debug, replace ora with progress bar pkg 2022-04-28 21:38:54 -04:00
package.json remove debug, replace ora with progress bar pkg 2022-04-28 21:38:54 -04:00
README.md added additional info 2022-04-28 21:50:36 -04:00
run.js remove debug, replace ora with progress bar pkg 2022-04-28 21:38:54 -04:00

redgen

Tool to automate making Reddit accounts, written in Node. Made this after the inspiration I got from the r/place excessive bot usage of 2022.

features

  • Generate Reddit accounts in under a minute.
  • Proxy support (Reddit only, currently see here.)

installation & configuration

NOTE: This program requires that you have a 2Captcha account with credits.

You also need Git and Node.JS installed.

git clone https://github.com/tacohitbox/redgen
cd redgen
npm i
npm link # linux & mac users: "sudo npm link"
redgen-config # put in your 2captcha key here!

Then, whenever you want, you can generate Reddit accounts with redgen.

known issues

  • Rate limiting by IP on a per 8-minute basis. Possibly longer depending on how much you push it. Kinda annoying but proxies are (I think) the only way to get around them.
  • Proxy only goes through on Puppeteer instance, not on Mail.tm or CAPTCHA solver.