FeezyHendrix / Insta-mass-account-creator

Instagram Account Creator 2024 - Not Maintained
Other
1.12k stars 355 forks source link

Chromedriver Path #157

Open sisbr420 opened 4 years ago

sisbr420 commented 4 years ago

Describe the bug A clear and concise description of what the bug is. I am in command line, Creator.py proxies all work, and settings are perfect in config.py. I download a chrome driver to my kali linux but I do not know were to place it within the PATH. Where do I place my driver? image

MatheusLeitao commented 3 years ago

In your modules/config.py

set the attribute:

Config = {
           "chromedriver_path": "your/absolute/path/to/file"
           }

Like, in my case:

Config = {
           "chromedriver_path": "/home/**/Insta-mass-account-creator/modules/chromedriver"
           }

It worked for me :)