Skip to content

darenmalfait/todoist-rescheduler

Repository files navigation

Todoist autorescheduler

This is a tool that contains a github action to auto reschedule all over due tasks to today

Table of contents

How to use this

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>

Developing

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>

About

Auto reschedule overdue tasks with GitHub actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published