https://github.com/atul-anand-jha/linkedin-messaging-bot
Send Automated message to the target 1st LinkedIn Connections.
https://github.com/atul-anand-jha/linkedin-messaging-bot
Last synced: about 2 months ago
JSON representation
Send Automated message to the target 1st LinkedIn Connections.
- Host: GitHub
- URL: https://github.com/atul-anand-jha/linkedin-messaging-bot
- Owner: Atul-Anand-Jha
- License: lgpl-3.0
- Created: 2021-08-15T15:32:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T15:32:13.000Z (over 3 years ago)
- Last Synced: 2025-01-19T06:46:53.905Z (3 months ago)
- Language: Python
- Size: 5.57 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
- License: LICENSE
Awesome Lists containing this project
README
# How to send Automated LinkedIn messages to target connections within minutes.
This program flawlessly works on python >= 3.6.*
#### Note : This program is intented just for the educational purposes.\n\nPlease, Don't Use it for any un-ethical purposes. Otherwise, You LI profile could be permanently deleted.
## ============================== RUN Selenium crawler to perform Auto-messaging on LinkedIn : =============================
**Create ENV :**
python3 -m venv env**Activate ENV :**
source env/bin/activate**Install libraries :**
pip install -r requirements.txt**Script Modifications :**
1. Write Username / password in the script.
2. Change the message body as per the requirement.
3. Run the script: *python crawler.py*### Note : Do not close the browser windows, while the process is executing. Otherwise, It will terminate the program in the middle.
### Note : chrome-driver for respective chrome version is a must (currently chrome version 92 --> respective chrome driver for linux. --> path passed in script)
### Download ChromeDriver from this link : https://chromedriver.chromium.org/downloads
And, then unzip the driver file. Use that file's path in the crawler Script.
### Ref link : https://stackoverflow.com/questions/64619387/how-to-call-the-linkedin-api-using-python
### Ref link 2 : https://www.youtube.com/watch?v=XdFUpFUDt88