all 8 comments

[–]eth0 4 insightful - 1 fun4 insightful - 0 fun5 insightful - 1 fun -  (1 child)

Someone posted the source code for a reddit bot a few days ago that can do the job. I can't find it right now, I'll have to look around.

Edit: I think it was this

import praw
import requests
''' Variables '''
PM_SUBJECT = 'SUBJECT'
PM_MESSAGE = """ MESSAGE """
USERAGENT = 'My Reddit Bot 942'
''' Code '''
print('Logging in...')
r = praw.Reddit(client_id='YOU MUST GENERATE THIS', client_secret='SAME HERE',user_agent='automates account function',username='YOURNAME',password='YOURPASSWORD')
print(r.user.me())
f = open("users.txt", "r")
f1 = f.readlines
for x in f1:
print(x)
try:
    r.redditor(x).message(PM_SUBJECT,PM_MESSAGE)
except:
    print("Account Deleted?")
print("MESSAGE SENT")

[–]rightm 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

I'm too busy right now but I can probably get to implementing this some time in the next few days.

[–]arainynightinskyrim 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (4 children)

At this point I would ask directly the guys at https://consumeproduct.win/

[–]WaltzRoommate[S] 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (3 children)

I've PM'd them like ten times and haven't gotten a response.

[–]MarkimusNational Socialist 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (2 children)

I got a PM 7 hours ago from 'Snoo_78042', I think someone is already doing this.

"Hey asimplesoapmerchant, I saw you on on r/debatealtright before we got banned. We decided to rendezvous over at saidit.net/s/debatealtright to continue our discussions. We have a bustling forum over there and we wanted to keep you in the loop about where we went. Pm me if you have any questions. -Snoo_78042"

[–]WaltzRoommate[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (1 child)

I'd like to do this from a script from a modded account that people recognize, but I'm boomer tech. Do you have any idea what to do with that guy's script?

[–]MarkimusNational Socialist 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

I'm also boomertech lol ask him here

[–]LetssavethefirsworldReturn to Jesus 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

I already messaged everyone