Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darenmalfait/todoist-rescheduler

Auto reschedule overdue tasks with GitHub actions
https://github.com/darenmalfait/todoist-rescheduler

Last synced: about 15 hours ago
JSON representation

Auto reschedule overdue tasks with GitHub actions

Awesome Lists containing this project

README

        

# Todoist autorescheduler

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

## Table of contents

- [Todoist autorescheduler](#todoist-autorescheduler)
- [Table of contents](#table-of-contents)
- [How to use this](#how-to-use-this)
- [Developing](#developing)

## 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](https://todoist.com/prefs/integrations) view of the
Todoist web app.

```bash
TODOIST_API_TOKEN=
```

## Developing

To use this locally you need to configure the environment variables.

```bash
cp .env.example .env
```

All the todoist requests require a user token for authentication. You can find
your personal token in the
[integrations settings](https://todoist.com/prefs/integrations) view of the
Todoist web app.

```bash
TODOIST_API_TOKEN=
```