Output a Markdown formatted report of completed tasks in Todoist.
Project description
Noteist
A script to generate a Markdown report of completed tasks in a Todoist project.
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.
- Install UV
Usage
uvx noteist -h
usage: noteist [-h] --project PROJECT --token TOKEN [--since SINCE] [--until UNTIL] [--debug]
Output a Markdown formatted report of completed tasks in Todoist.
options:
-h, --help show this help message and exit
--project PROJECT Project name (e.g., Work)
--token TOKEN Todoist API token
--since SINCE Start date (YYYY-MM-DD, default: one week ago)
--until UNTIL End date (YYYY-MM-DD, default: today)
--debug Enable debug logging
Example:
uvx noteist --project "Work" --since 2025-07-01 --until 2025-07-15
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
noteist-0.1.1.tar.gz
(3.2 kB
view details)
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.1.1.tar.gz.
File metadata
- Download URL: noteist-0.1.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e64412c597a3e7a9c6869f3f30247430d84139b2708bd773323663e6fe178565
|
|
| MD5 |
d599db208fdc052ddd58065bee166da9
|
|
| BLAKE2b-256 |
afc820840b40e389ec883f80f388468586e3013773e5fbe4a9cf79acf30b177d
|
File details
Details for the file noteist-0.1.1-py3-none-any.whl.
File metadata
- Download URL: noteist-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd9581e34173de803c8fa6d477a4538cfee7932983c5e962bbc6fa1d02e6373f
|
|
| MD5 |
03959eaa55956762116e2b64dc556f67
|
|
| BLAKE2b-256 |
8a0d1f8b363db44995d31ff1a4008ac22d6e93942050d298968578e4227f4bf2
|