Insta-mass-account-creator icon indicating copy to clipboard operation
Insta-mass-account-creator copied to clipboard

false error IP flagged as proxy

Open profmamad opened this issue 4 years ago • 3 comments

Describe the bug A false error of Flagged IP is reported from Instagram.

To Reproduce Steps to reproduce the behavior: Config = { "bot_type" : 2, #change to 2 to use python requests "use_custom_proxy" : False, #default is False change to True to use a file containing multiple proxies of yours. "use_local_ip_address" : True, #default is False chnage to True to user your computers ip directly. "amount_of_account": 1, #amount of account you want to create make sure it doesnt exceed 50 for better performance "amount_per_proxy": 1, #this would be amont of account used if you have a you are using multiple proxies "proxy_file_path" : ASSET_DIR + "/proxies.txt", "email_domain": "yandex.com", "country": "it", "activation_email_addr": "xxxxxxxxxxxxxxxx", "activation_email_pass": "xxxxxxxxxxxxxxxx", "activation_email_serv": "xxxxxxxxxxxxxxxx", "activation_email_spor": 993, } 4. {'account_created': False, 'errors': {'ip': ['The IP address you are using has been flagged as an open proxy. If you believe this to be incorrect, please visit http://help.instagram.com/']}, 'status': 'ok', 'error_type': 'signup_block'

It's my first time using a account creator, I could create accounts on the same computer with same IP on Chrome [last try was yesterday] which I believe is not that much to be a problem. but I get this error with even using a proxy which is very private like there are only 10-12 people on which they are not on the Instagram at all. Both connections get same error on first try, which make me think that this is a problem associated with the code somehow! like user-agent or sth like lack of randomness in sleep functions calls (which mostly have same number as arguments)

I'm out of IPs i don't know how to get this code to work.

is it possible to see what is my connection IP? cause I saw some built in proxy addresses in the code which made me think that sth changes through runtime which is out of my hand. [ I've used ipinfo.io/ip to get my IP using Python which shows the expected IP] but i want to know if there is any built in proxy change in the code ?

profmamad avatar Aug 19 '19 07:08 profmamad

I am also on same boat as @profmamad , same message. @FeezyHendrix To add to @profmamad's, it would be great if you could elaborate what exactly happens behind the scenes step by step, where from the names are generated, how do you create emails, is email verification to be done manually, few samples of how non-default fields should be passed etc. There is very little new users can figure out from the Readme.

ishandutta2007 avatar Aug 20 '19 17:08 ishandutta2007

Same issue, flagged as proxy. @ishandutta2007 I think names are generated in the following link " https://it.fakenamegenerator.com/gen-female-it-it.php". And It seems that the activation process is done in "/activate_account.py"

ResulBulbul avatar Aug 21 '19 09:08 ResulBulbul

same issue as @profmamad ,and I saw there is a update of requestbot.py few days ago, any luck ? haven't try the new version yet

williamyorkl avatar Sep 16 '19 07:09 williamyorkl