Python 3 : Facebook login using Python Script | 13 line of Automation Code | Ethica

Описание к видео Python 3 : Facebook login using Python Script | 13 line of Automation Code | Ethica

📌Python : Facebook login using python script | 13 line of Automation Code | Ethica | Ethica Sec | EthicaS | Ethica Security

📌 Commands used in this tutorials.
👉 sudo pip3 install selenium
👉 sudo pip3 install webdriver-manager

==========PYTHON SCRIPT CODE ==========
from selenium import webdriver
from getpass import getpass
from webdriver_manager.chrome import ChromeDriverManager

username = input('Pl Enter Your Facebook username: ')
passwd = getpass('Enter your Facebook password: ')

#driver = webdriver.Chrome(ChromeDriverManager().install)
driver = webdriver.Chrome(executable_path='C:/chromedriver/chromedriver')
driver.get('https://www.facebook.com')

txtUsername = driver.find_element_by_id('email')
txtUsername.send_keys(username)

txtPasswd = driver.find_element_by_id('pass')
txtPasswd.send_keys(passwd)

btnLogin = driver.find_element_by_id('u_0_b')
btnLogin.submit()
=======================================

More Videos:
📌 Install Selenium Netmiko and Webdriver-Manager in Python | Ethica
👉   • Install Selenium Netmiko and Webdrive...  
======================
📌Install VLC Media Player in your Kali Linux or Debian Machine | Ethica
👉    • How to Install VLC Media Player in yo...  
======================
📌Wifi: Best 3 ways to revealed Wifi Passwords in Windows 10 or any windows machine | Ethica
👉    • Видео  
======================
📌How to check our Linux distro is affected from bugs or not | Check rootkit in kali linux | Ethica
👉    • How to Check Kali Linux Health & Bug ...  
======================
📌How to Change resolution in Kali linux distro 2020.2 | Ethica Security | Ethica
👉    • How to Change Screen Resolution in Ka...  
======================

Hash Tag
#ethica | #ethicasec | #ethicasecurity | #ethicas | #ethicalmarg | #kalilinux | #linux | #ethicalsecurity | #windows10 | #windows | | #tech | #technology | #kalilinux | #ethicalhacking #python #pythonlanguage | #ethicalhacking

how to install netmiko in windows,
how to install netmiko in linux,
how to install selenium in windows,
how to install selenium in linux,
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

Комментарии

Информация по комментариям в разработке