Output a Markdown formatted report of completed tasks in Todoist.
Project description
Noteist
Print out a report of completed tasks in a Todoist project in Markdown.
Features
- Lists completed tasks for a specified project and date range
- Outputs in Markdown format
- Supports sub-tasks and descriptions
Requirements
- Get your Todoist API Token
- Log in to your Todoist account.
- Go to Settings > Integrations > Developer (tab).
- Copy your API token from the "API token" section.
- A Python Interpreter
Install
It's recommended you use UV and either install as a tool
(uv tool install noteist) or run it with uvx noteist. You can also install it with
pip if you prefer.
Usage
Print help:
noteist --help
Print out completed tasks for the Todoist project Work with the default of two weeks:
noteist --project "Work" --token <TOKEN>
Save the project "Work" as the default:
noteist config set project Work
Save the token "example-token" as the default:
noteist config set token example-token
List saved defaults:
noteist config list
Unset a saved default:
noteist config unset project
Specify the time range:
noteist --since 2025-07-01 --until 2025-07-15
Use relative dates, with anything dateparser supports:
noteist --since "-7d" --until "-3d"
Development
To run the script locally while in development.
- Clone the repository.
- Then run the script with:
uv run -m noteist
Formatting Code
To format the codebase using ruff:
just format
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file noteist-0.7.0.tar.gz.
File metadata
- Download URL: noteist-0.7.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
827a6ebc66b161e165741f95258dc2758e558ff38a0fe4b5b060bbbfc87cd301
|
|
| MD5 |
90c11805f51fd2753b19ad72d9613841
|
|
| BLAKE2b-256 |
d43a456ec78fbee08a1c311804c83f6ec9fd6823b75611fdeadc5b8d048eae6b
|
File details
Details for the file noteist-0.7.0-py3-none-any.whl.
File metadata
- Download URL: noteist-0.7.0-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4e925bcc89667ee9f334356b511102c3d21d55ead0a75804865879c854611aa
|
|
| MD5 |
902b398f2342e189aa1564df9d525875
|
|
| BLAKE2b-256 |
b7605329d280574fd5e72272e40a4c0a04c3307483e9721f713a61fdc28b0e89
|