Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Facebook-AutoLogin

About This Project

This is a python script that automates the facebook login process

How To Run

To run the script use following commands

  1. Get the required modules

    pip install -r requirements.txt
  2. Add your email/username in place of username@email.com

    driver.find_element_by_id("email").send_keys("username@email.com")
  3. Add your password in the following line

    driver.find_element_by_id("pass").send_keys("password")
  4. Run chromedriver.exe , located in

    Facebook-AutoLogin/chromedriver.exe
  5. Run the python script

    python facebookAuto.py