dbader / dbader/schedule

Configure day based on string input

Open
#465 2 comments 2 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
12.3k
Forks
999
PR merge metrics
No merged PRs in 30d

Description

```python
userinput = wednesday
usertime = "18:30"
schedule.every().userinput.at(usertime).do(function)
```

The above does not work as they do not detect the variable's value for `userinput` but works for `usertime`

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the example using a string variable for the day and the existing variable for the time, then inspect the scheduling API reached through schedule.every().userinput.at(usertime). Done means the day is selected from the variable's value and the example behaves consistently with the variable-based time input.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.