- Get your MeisterTask API key from here in the section "Personal access tokens".
- Find the right project for which you want to restore deleted tasks for by using
./getProject.py
. - Request all deleted tasks for that project by using
./getDeletedTasks.py
. - Restore all deleted tasks by using
./restoreDeletedTasks.py
.
Replace all XXX
with your own values.
python -m venv venv
.\venv\Scripts\activate
Deactivate