A few useful Python scripts using the public API I had laying around to perform misc tasks and reporting.
19 lines
626 B
Markdown
19 lines
626 B
Markdown
# Sample scripts using public API
|
|
|
|
- [oncall_hours_reports.py](oncall_hours_reports.py)
|
|
Generate per-user on-call hours report
|
|
|
|
- [oncall_reports.py](oncall_reports.py)
|
|
Generate CSV user reports using public API
|
|
|
|
- [shift_shifts.py](shift_shifts.py)
|
|
Shift schedule shifts by a given delta
|
|
|
|
- [mattermost_webhooks.py](mattermost_webhooks.py)
|
|
Setup Mattermost webhooks for alert group notifications
|
|
|
|
- [discord_webhooks.py](discord_webhooks.py)
|
|
Setup Discord webhooks for alert group notifications
|
|
|
|
- [swap_requests_workday.py](swap_requests_workday.py)
|
|
Create shift swap requests using Workday absences information
|