Facebook Automation using Python and Selenium | 10 line of Automation Code

Published: 07 December 2022
on channel: CodingSatish
327
16

Facebook Automation using python and Selenium | 10 line of Automation Code | #pythonprogramming #python

In this video I will tell you how to automate Facebook with python and selenium. In this quick video, we'll be looking at how we can use Python & selenium to completely automate loading Facebook, signing in securely

📌 Commands used in this tutorials.
👉 pip install selenium
👉 pip install webdriver

==========PYTHON AUTOMATION CODE ==========
from selenium import webdriver
from selenium.webdriver.common.keys import Keys

Given Executable Path your System
driver = webdriver.Chrome('C:\chrome/chromedriver.exe')

driver.get("https://www.facebook.com/")

element = driver.find_element(By.ID,"email")
element.send_keys("Enter Your facebook User Name: ")

element = driver.find_element(By.ID,"pass")
element.send_keys("Enter Your Facebook Password: ")

element = driver.find_element(By.CSS_SELECTOR,"button[type='submit']")
element.click()
=======================================

============== Install All Requirement Software ==============
📌 Install webdriver latest Version
👉 https://chromedriver.chromium.org/dow...


More Videos:
📌 LinkedIn Automation Selenium and python | CodingSatish
👉   • Automate LinkedIn with Python and Sel...  
======================

#️⃣ Social Media #️⃣
🔗 Youtube:    / @codingsatish  
📸 Instagram:   / codingsatish  
🔊 Facebook: https://www.facebook.com/profile.php?...
📱 Twitter: www.@satishb39784521.com
📝 Linkedin:   / satish-bind-9962b11b5  

Hash Tag:
#youtuber #instagram #music #love #spotify #tiktok #follow #like #explorepage #youtubers #youtubechannel #gaming #twitch #video #instagood #hiphop #memes #viral #subscribe #gamer #rap #facebook #explore #ps #art #soundcloud #k #artist #trending #codingsatish @CodingSatish
#codingsatish #CodingSatish

how to install selenium in windows,
how to install webdriver-manager in windows,
how to install webdriver-manager in linux,
how to install selenium,how to install webdriver manager,
login facebook using python,python code for login facebook
,how to login facebook account automation,
facebook automation
,facebook login python code,
python code for login fb,python automation


Subscribe Youtube Channel


On this page of the site you can watch the video online Facebook Automation using Python and Selenium | 10 line of Automation Code with a duration of hours minute second in good quality, which was uploaded by the user CodingSatish 07 December 2022, share the link with friends and acquaintances, this video has already been watched 327 times on youtube and it was liked by 16 viewers. Enjoy your viewing!