Reddit post automation with NodeJS.
Install NodeJS and request. Download and unzip the repo.
On windows run setup.bat
then run.bat
. Alternatively,
npm init -y
npm i request
and node .
to run
Account and post information is stored in .json
files. Use example.json
as a formatting guide.
Account files are located in the /accounts/
folder and require this info:
You can obtain an app id and secret by visiting this site and selecting create an application
. Fill out the form, click create app
, then click edit
to show the values.
Post configs are stored in the /posts/
folder and require this info:
type
= the type of post: "text," "image," or "link"
content
= either some text or a url depending on type
Enter these into the terminal to start posting:
p {account} {post}
- make a single post. You can leave out account or post for random selection.l [delay in minutes]
- loop posting on a set interval, cycling through your accounts and posts.f
- list account and posts files.c
- cancel active loops