weekday
Open
- Dominant language
- Python
- Stars
- 12.3k
- Forks
- 999
- PR merge metrics
- No merged PRs in 30d
Description
Thanks for writing schedule! It is fantastic and I have used it a lot. An excellent alternative to Windows Task Scheduler when in your heart you really want cron,
While there is a days, what I really need is
```
schedule.every().weekday.do(job)
schedule.every().weekday.at("13:15").do(job)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.