FeezyHendrix / Insta-mass-account-creator

Instagram Account Creator 2024 - Not Maintained
Other
1.11k stars 350 forks source link

false error IP flagged as proxy #115

Open profmamad opened 5 years ago

profmamad commented 5 years ago

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, }

  1. {'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 ?

ishandutta2007 commented 5 years ago

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.

ResulBulbul commented 5 years ago

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"

williamyorkl commented 5 years ago

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