Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 837 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 837 Bytes

Keka Automation

Selenium script to automate the login and logout process of keka so we can do something productive. It uses headless chrome so that it can be deployed on servers as well

Installation

  • Install selenium using pip pip install selenium
  • Install python-dotenv using pip pip install python-dotenv
  • Install chromium using sudo apt-get install -y chromium-browser
  • The lastest chrome driver according to your OS from here and paste it in the current folder: https://sites.google.com/a/chromium.org/chromedriver/downloads
  • Create .env file in the current folder as given below:
    EMAIL:your_email_id
    PASSWORD:your_password
    

Usage

  • Enter your email and password in the both the files

Todos

  • Deploy on server

License

MIT

Free Software, Hell Yeah!