Dongu54321
Junior Member
- Jul 11, 2017
- 160
- 36
which softwave are you using to automate 500 acc
which softwave are you using to automate 500 acc
Friend, I get this error on Jarvee:
"code 550 - cannot execute because you don't have any valid IG accounts logged in via API "
Do you know why?
Yes, scrapers and normal accounts.Did you add accounts in Jarvee?
I can't write in a personal. Half a year ago we also tried to write a bot in python, then something broke in Instagram and stopped following it. I would like to see your files, if possible.I wrote a bot a couple of months ago to send messages it´s not the best one but will save you ton of hours send me a PM so I can send you the files.
I can't write in a personal. Half a year ago we also tried to write a bot in python, then something broke in Instagram and stopped following it. I would like to see your files, if possible.
from selenium import webdriver
import time
from selenium.webdriver.firefox.options import Options
from selenium.common.exceptions import NoSuchElementException
#Path
with open(r"Path to 200 list of usernames that u want to send messages", "r") as usuariosread:
lines = usuariosread.readlines()
linesfinal = lines[0:20]
# Username Data / Change this to your own data
username = "username"
password = "data"
# Message
mensaje_a_enviar = ("Message to send")
# Browser setup
options = Options()
options.add_argument("--headless")
# Proxy change
PROXY = "Proxy data proxy:port"
webdriver.DesiredCapabilities.FIREFOX['proxy'] = {
"httpProxy": PROXY,
"ftpProxy": PROXY,
"sslProxy": PROXY,
"proxyType": "MANUAL",
}
driver = webdriver.Firefox(options=options, executable_path=r"Gecko path")
# Go to webpage
driver.get("http://www.instagram.com")
time.sleep(5)
print(f"Loggin to username: {username}")
# Type username
uss = driver.find_element_by_class_name('_2hvTZ.pexuQ.zyHYP')
uss.click()
uss.send_keys(username)
time.sleep(5)
print(f"Password: {password}")
# Type password
passw = driver.find_element_by_name('password')
passw.click()
passw.send_keys(password)
time.sleep(5)
# Login to account
login = driver.find_element_by_class_name("sqdOP.L3NKy.y3zKF")
login.click()
time.sleep(5)
print("Trying to send DMS")
driver.get("https://www.instagram.com/direct/inbox/")
time.sleep(5)
for element in linesfinal[0:20]:
dm = driver.find_element_by_class_name("wpO6b.ZQScA")
dm.click()
time.sleep(3)
users = driver.find_element_by_class_name("j_2Hd.uMkC7.M5V28")
users.click()
users.send_keys(element)
time.sleep(5)
# In case that a username changed his username since it was scrapped
try:
select = driver.find_element_by_class_name("glyphsSpriteCircle__outline__24__grey_2.u-__7")
select.click()
time.sleep(3)
except NoSuchElementException as exception:
pass
t10 = driver.find_element_by_class_name("rIacr")
t10.click()
time.sleep(10)
t5 = driver.find_element_by_class_name("focus-visible")
t5.click()
time.sleep(5)
t5.send_keys(mensaje_a_enviar)
time.sleep(5)
t1 = driver.find_element_by_class_name("Igw0E.IwRSH.eGOV_._4EzTm.JI_ht")
t1.click()
time.sleep(5)
time.sleep(5)
print(f"Sending messages to {element}")
driver.close()
Create using your emailHow to create insta accounts without the annoying phone number verification?
Instagram enabled the clickable usernames again, you can use this method even with the traditional F/U
Here's a target that's growing fast and has a good follower list for direct messages or F/U
https://www.instagram.com/freevbucks_4u8/
IG is trolling us at this point lol
instagram has fucked so many lol. now you can't even view public IG profiles without being logged into instagram lol.
i did this method back in 2016. i used an impressive work around that invented myself and has later been given a name. it's called "mother child method". i had no idea it was called this, but i was naturally doing it. i had 1 "mother" account that had my link in the bio. and 500 "child" accounts with no bio link. but on my child accounts i tagged my mother account in it. so anyone who visits my child account gets directed to the mother account lololol. it worked great, was able to scale up with that. only problem is if the mother account gets fucked then you're in big trouble, especially if you had hundreds or thousands of child accs. you could circumvent that by doing like 30-40 child accounts per mother though. the mother account does not do anything at all. it just sits there and looks pretty, completely inactive as it receives traffic passively lol
yeah i had such a good method lol used massplanner and followliker when they were around. made like $5k or something from IG spam. those were some good daysHaha that's a downside of tagging the mother account I used too to tag the mother account but the setup of each account with photos tagging mother, bio, etc is a pain that's why I use mostly blank accs