Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.16 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.16 KB

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>