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
- 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
- Enter your email and password in the both the files
- Deploy on server
MIT
Free Software, Hell Yeah!