Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 564 Bytes

File metadata and controls

14 lines (12 loc) · 564 Bytes

Automated Absence (Automated From Web)

This is for Bluejackets usage and educational purposes. Prerequisites:

  • Install Python 3
  • Install Selenium (pip install selenium)
  • Install Python-Dotenv (pip install python-dotenv)

How to Use:

  • Edit .env, 3 first line is for login, 5 last lines for fill log book
  • For "PASS" part in .env, encode password with base64 algorithm
  • Download Chrome Driver, make sure the version is compatible with your Google Chrome Browser
  • Execute main.py (python main.py)

If there are any problems, please let me (developer) know.