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

must be str, not WebDriverException

Open ishandutta2007 opened this issue 4 years ago • 0 comments

config.py

Config = {
    "bot_type" : 1, #change to 2 to use python requests
    "use_custom_proxy" : True, #default is False change to True to use a file containing multiple proxies of yours.
    "use_local_ip_address" : False, #default is False chnage to True to user your computers ip directly.
    "amount_of_account": 50, #amount of account you want to create make sure it doesnt exceed 50 for better performance
    "amount_per_proxy": 5, #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": "gmail.com",
    "country": "us",
    "activation_email_addr": "xxxxxxxxxxxxxxxx",
    "activation_email_pass": "xxxxxxxxxxxxxxxx",
    "activation_email_serv": "xxxxxxxxxxxxxxxx",
    "activation_email_spor": 993,
    "password": "blablablaxyz"
}

ishandutta2007 avatar Sep 13 '19 07:09 ishandutta2007