This is a proof of concept and should not be used.
Web browser automation to create more leads for your Linkedin profile.
-
Requirements:
Docker >= 20.10 -
Clone repo and build image
git clone https://github.com/Pedro-Ponteiro/Linkedin_ProfileVisits_Booster.git
cd LinkedinBot
docker build -t pedroponteiro/linkedinbot:0.1 .-
Create a secrets.prod.json file inside "container_data" folder (see secrets.example.json)
-
You can specify people you don't want to visit in should_not_visit.txt (one linkedin link per line)
docker run -it --rm -v ${PWD}/container_data:/app/container_data --shm-size="2g" pedroponteiro/linkedinbot:0.1 python linkedinbot/start.pyAfter counting the number of profiles found at the "My Network" Page, the driver saves a screenshot at "container_data" which is bind mounted (meaning you can see the image in the host computer)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
For Forks, please don't commit directly to "main" branch.