Closed nrgapple closed 7 years ago
thanks for the quick response! will pull now
worked. I'm getting "YourRedditUserName -1.003s; OtherAccount -1.002s; MoreThrowaways -1.002s Next account in Infinity seconds, at NaN:NaN 3/4 accounts until update"
@nrgapple, you need to edit or create users.json
before running it. It should have:
{
"YOUR_REDDIT_NAME": "YOUR_REDDIT_PASSWORD"
}
..You can add more accounts if needed:
{
"YOUR_REDDIT_NAME": "YOUR_REDDIT_PASSWORD",
"YOUR_OTHER_ACCOUNT": "YOUR_OTHER_ACCOUNT's_PASSWORD"
}
The users.example.json
file is just what it says, an example of configuring reddit accounts for the bot.
You also need to edit config.js
to point REMOTE_TARGET_URL
to the correct target image, if you haven't already.
For example, I'm working on Tux (the linux mascot), so line 7
of config.js
reads:
REMOTE_TARGET_URL: 'https://raw.githubusercontent.com/plasticboy/placebot-linux-target/master/official_target.bmp',
You have to edit the bundleAccounts: X
configuration file with the number of accounts you want to bundle. I'll make a change so it automatically caps at the number of accounts available.
@nrgapple I think this was fixed already. A workaround is to create a file called
tmp/cookies.json
in the repo's root directory, but I would try the latest version (git pull
and restart).