This is a python script that automates the facebook login process
To run the script use following commands
-
Get the required modules
pip install -r requirements.txt
-
Add your email/username in place of username@email.com
driver.find_element_by_id("email").send_keys("username@email.com")
-
Add your password in the following line
driver.find_element_by_id("pass").send_keys("password")
-
Run chromedriver.exe , located in
Facebook-AutoLogin/chromedriver.exe
-
Run the python script
python facebookAuto.py