Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 709 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 709 Bytes

zoho-automatic-attendance

With Selenium

Automate attendance with Zoho and GitHub Actions

# if you add new .env update workflow file and github secrets

ZOHO_EMAIL="<zoho-email>"
ZOHO_PASSWORD="<zoho-password>"

# execute as cli-args as EXECUTION_STATUS=<status> node index.js
EXECUTION_STATUS="check-out" or "check-in"

# slack hooks if any
SLACK_HOOK=""

ENCRYPTION_KEY=[<encryption-array>]
ENCRYPTION_IV=[<iv-array>]

# Usage: https://people.zoho.in/${process.env.ZOHO_LOCATION_URL}/zp#home/dashboard
ZOHO_LOCATION_URL=<zoho-namespace>

Slack Hook Render:

image