Laziness abounds / Distracted by computer / I Should do some work
2
   
Award
Favorite
Favorited
Unfavorite
Download
"################################################################################ CODE JUNK FOR ACTIVITY RATER (rest in a file
/*"VoteUpCommentThread(\'UserStatusPublished_76561197961017729_1555908897\');"
"VoteUp(1719385296);"
eval(account.votes.shift())
vote = (account, delayed = false) =>
(account.votes.length) &&
(delayed) ?
setTimeout(eval, Math.random()*(10000-5000)+5000, account.votes.shift())
: global[account.votes.shift().replace('(', '(account, '), //call this a better way than eval for it to work
get_user_news(accounts[a], (html) => // need the bot to rate it up now too
run_activity_rater(accounts[0], html)),*/
// XXX the auto rater has a quirk whererby it will have account 0 keep rating up the
// same stuff because each new bot might also be rating fore the first time the same message....
// aka 0 is double rating because subsequent bots havent yet
// so -0 will have to use sharedfile to determiend whether or not to rate it up MEH OR NOT
/*verbose=true,*/
// make account votes shift from one class array to another
// this other array will then be used to avoid calls on either comment type in the vote function
// lookign at 30k feet, im trying to limit this as much as possible:
// limiteds dont vote at all, will only attempt comment threads if friends, will only try to vote up an item once per account per process instance...
// I think its good now
################################################################################"