When using the file, you need to add a list of the sites that you want to access on the ninth line.
You could also modify the file to read the column of a csv quite easily with pandas. I often follow this process but have left it out for simplicity.
You will need python installed. In addition, you will need the following modules installed in your environment:
- Pandas
- Selenium
- Pyisemail
You can install all of these with pip.
I've never had an issue, but it is a good idea to use a VPN when running the file.
This will ensure:
- Your regular IP doesn't get blocked by any site
- You have some protection from any malicious sites you may mistakenly add to the list
Make sure that the browser doesn't launch with you logged into any social medias which may block your account if you mistakenly add them to the list, such as LinkedIn. You can check this by running the first 28 lines followed by: browser.open_page("relevant site url") This project has been built to run on Chrome version 106.0.5249.119 and Windows 10 Enterprise 10.0.19044. If you have an earlier version of chrome, you should update it. If you have a later version of chrome, or a different operating system, you can clone this repository and add the appropriate chrome driver .exe for you to the "drivers" folder. If you need to update the chromedriver, you can find the appropriate chrome driver here: https://chromedriver.chromium.org/downloads