Tired of scrapers that have 1/7th the lifespan of a mosquito?
That’s 24 hours btw…
Well then, let’s try creating our own!
Here is a script you can use on python to generate you random usernames:
import urllib.request, json, random, re
from datetime import datetime
def spin(spintax):
def _sel(m, delimiter='|'):
ch = m.group(1).split(delimiter)
return ch[random.randint(0, len(ch) - 1)]
what = re.compile('{([^{}]*)}')
while True:
spintax, x = what.subn(_sel, spintax)
if x == 0:
break
return spintax.strip()
for x in range(0, 50):
with urllib.request.urlopen("https://fakeid.now.sh/api/Gender/female/NameSet/us/Country/us") as url:
data = json.loads(url.read().decode())
data = (data['data']['Name'])
index=data.find(".")-1
spintax = "{_|.|}"
spinned = spin(spintax)
data = data[:index] + spinned + data[index+2:]
data = data.replace(".","")
data = data.replace(" ","")
random.seed(datetime.now())
time = random.randint(1,99)
num = str(time)
spinned = spin(spintax)
print (data+spinned+num)
if the code looks like trash, I’m sorry, I didn’t code in forever…
Emails
I would suggest getting a web host like Hostgator, then just making a bunch of emails there. For simplicity, use the same passwords.
Profile Pic
I use “fatkun batch download image” on Chrome to bulk download portrait/face images from various websites, such as pexels. I’m sure there are bulk downloads for image processing/AI reasons.
@Adi_Ankonina just recommended https://thispersondoesnotexist.com/
Update: use this python code to download profile pics quickly with ThisPersonDoesNotExist.
(questionable comments in there ) https://www.256kilobytes.com/content/show/4903/downloading-bulk-images-thispersondoesnotexist-with-python-and-urllib2
Bio
You can experiment with this, what I do is add bios from users I scraped before. You can also test no bio, no profile pic and removing the phone number once scraper is added, sometimes just a blank account works best!
PVA
I use smspva with API attached to Jarvee.
The Setup on Jarvee
Proxy
Remeber, 1 proxy per account.
For more info, combine this with Adi’s video
Extra tips as I learn more:
10/25/20 - If you have clients rather than a bunch of accounts, try using the “send to extracted” with the follow tool, rather than using “scraper” accounts. This will make you scrapers last longer.
10/28/20 - Coded a Cpanel mass email creator, will release if enough people want it!
- Website with Python code added for mass download profile pics
#infortheautumngiveaway