⭐ Check out Tabnine for FREE here⭐ [ Ссылка ]
In this step by step tutorial you will learn how to automate mass messaging on Linkedin! 😎😎😎
We will create a bot that will log in to our Linkedin account, find many of our contacts and send them whichever message we choose!
We will also learn how to bypass 3 types of blockers:
- blank elements
- inactive elements
- "element not interactable" exceptions
⭐ PART 2 of this tutorial: [ Ссылка ]
⭐ PART 3 of this tutorial: [ Ссылка ]
by the end of this 3 part project, you won't need your InMail service ever again! you can just simply use your 100% FREE bot anytime you choose for as many contacts as you'd like!
Remember, anything that can be achievable with a mouse click or keypress inside a browser window - can also be done with automation! We are simply letting Python do the hard work for us!
For this video, I've partnered up with Tabnine, who created a really cool AI powered code completion tool! It is available for all popular IDEs including Pycharm, VScode, Jupyter and Atom and you can get it for by signing up for a FREE account.
Tabnine has great privacy features and it's available for many programming languages, not just Python!
*******************************************
INSTALLS | IMPORTS | LEARN MORE
*******************************************
⭐ Install Tabnine in Jupyter ⭐
pip3 install jupyter-tabnine --user
jupyter nbextension install --py jupyter_tabnine --user
jupyter nbextension enable --py jupyter_tabnine --user
jupyter serverextension enable --py jupyter_tabnine --user
read more on Github:
[ Ссылка ]
********************************************
⭐ Module Imports ⭐
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.common.by import By
from selenium.webdriver.support.wait import WebDriverWait
import time
********************************************
🤩 Web Scraping Instagram with Selenium
[ Ссылка ]
🤩 Web Scraping Facebook with Selenium
[ Ссылка ]
🤩 Web Scraping with Mechanical Soup
[ Ссылка ]
🤩 Web Scraping with Beautiful Soup
[ Ссылка ]
*******************************************
🛑🐍 INSTALL PYTHON & JUPYTER 🐍🛑
[ Ссылка ]
*******************************************
⭐ TIME STAMPS ⭐
*******************************************
00:00 - Intro
01:21 - Install Tabnine in Jupyter
02:35 - Log in to Linkedin with Selenium
08:27 - Message Linkedin Contacts
11:29 - Blank DOM Element Blocker
14:17 - Hidden / Not Active DOM Element Blocker
20:39 - Element Not Interactable Exception Blocker
22:16 - Activate Bot
*******************************************
#python #pythonprogramming #coding #automation #linkedin #bot
Linkedin Message Automation with Selenium
Теги
pythonpython programmingweb scrapingweb scrapeseleniumselenium webdriverwebdrivertabninejupyterjupyter notebookpython tutorialpython simplifiedselenium pythonweb scraping with pythonweb scraping linkedinlinkedin botautomationlinkedin automationmessage automationlinkedin message automationpython botpython projectsprogrammingcodingselenium automationstep by steppython programmerbotcreate botcreate a botprogrammer girl