This is a tool that contains a github action to auto reschedule all over due tasks to today
After forking the repo you only need to fill in your github secret with your todoist API token. You can find your personal token in the integrations settings view of the Todoist web app.
TODOIST_API_TOKEN=<token>
To use this locally you need to configure the environment variables.
cp .env.example .env
All the todoist requests require a user token for authentication. You can find your personal token in the integrations settings view of the Todoist web app.
TODOIST_API_TOKEN=<token>