Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/darenmalfait/todoist-rescheduler
- Owner: darenmalfait
- License: mit
- Created: 2022-04-21T09:43:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T02:29:48.000Z (1 day ago)
- Last Synced: 2025-01-09T03:33:51.109Z (1 day ago)
- Language: JavaScript
- Size: 652 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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=
```