https://github.com/maman/talentless
Talenta clock in/out automation
https://github.com/maman/talentless
Last synced: 5 days ago
JSON representation
Talenta clock in/out automation
- Host: GitHub
- URL: https://github.com/maman/talentless
- Owner: maman
- Created: 2025-01-24T16:06:03.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T16:24:25.000Z (4 months ago)
- Last Synced: 2025-01-24T17:22:40.663Z (4 months ago)
- Language: TypeScript
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Talentless
Automate [Talenta](https://hr.talenta.co) clock in/out because nobody has time to do it.
Will skip clocking in/out on weekends & public holidays. Support custom calendar link for marking personal holidays / "cuti" days.
## How to use
1. Create new repository based on this template
2. Setup github action secrets:
- `NTFY_TOPIC` ([ntfy.sh](https://docs.ntfy.sh/) topic to send failure notification to)
- `TALENTLESS_EMAIL`
- `TALENTLESS_PASSWORD`
- `TALENTLESS_LAT`
- `TALENTLESS_LNG`
- `TALENTLESS_PERSONAL_CALENDAR_LINK` (optional, need to be a public `.ics` link)
3. Github action will run automatically on schedule:
- Clock in: 8:50 AM Jakarta time
- Clock out: 6:00 PM Jakarta time
4. Clock in/out by manually running the `Runner` workflow if you need to.