Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chromedriver Path #157

Open
sisbr420 opened this issue Nov 3, 2020 · 1 comment
Open

Chromedriver Path #157

sisbr420 opened this issue Nov 3, 2020 · 1 comment

Comments

@sisbr420
Copy link

sisbr420 commented Nov 3, 2020

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
Copy link

MatheusLeitao commented Jun 25, 2021

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants