Skip to main content

Generate a digest of comments that occurred since the last checked in date. Useful for including in an email.

Project description

Release Notes Downloads Python Versions GitHub CI Status License: MIT

Todoist Project Digest

Todoist doesn't have a way to generate a digest of all recent comments in a project created by a specific user. This makes it challenging to see what changed and what requires your action if you are collaborating with someone on a project.

This is a simple project which generates a digest of all comments by a particular user on a particular project.

This project was also a good excuse to play around and test some functional programming/data manipulation tooling I've been messing with (funcy, funcy-pipe, and whatever).

Features

  • Can send an email digest if auth is provided
  • Retrieves comments on completed tasks
  • Target projects by ID or name

Usage

Docker

docker pull ghcr.io/iloveitaly/todoist-digest:latest
docker run --env-file .env ghcr.io/iloveitaly/todoist-digest:latest

Want to run a one off execution?

docker run --env-file .env ghcr.io/iloveitaly/todoist-digest:latest todoist-digest --help

Want to inspect the docker container?

docker run -it ghcr.io/iloveitaly/todoist-digest:latest bash

Or, just use the docker compose file.

Locally

Run this locally using:

bin/local-digest-html

If you need a tty, you can copy the todoist-digest execution line and run it manually in a shell.

Or run directly:

uv run todoist-digest \
  --last-synced "2023-12-04T15:52:48Z" \
  --target-user user@gmail.com \
  --target-project ProjectName

Or, email yourself the digest:

uv run todoist-digest \
  --last-synced $LAST_SYNC \
  --target-user $TARGET_USER \
  --target-project $TARGET_PROJECT \
  --email-auth $EMAIL_AUTH \
  --email-to $EMAIL_TO

Development

Manual API Calls

http --auth-type bearer --auth $TODOIST_API_KEY https://api.todoist.com/rest/v2/projects 'Content-Type: application/json'

Docker Build

This repo uses nixpacks for building a Dockerfile. Why? Because I like trying new things.

Asdf support is built into nixpacks, so it will automatically pick up python and uv versions.

Playground

ipython shell with some helpful variables defined:

./playground.py

Run with ipdb

Open up an exception when there's an exception:

ipdb3 $(which todoist-digest) --last-synced 2023-12-14T13:38:25Z ...

Related

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

todoist_digest-0.11.0.tar.gz (10.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

todoist_digest-0.11.0-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

Details for the file todoist_digest-0.11.0.tar.gz.

File metadata

  • Download URL: todoist_digest-0.11.0.tar.gz
  • Upload date:
  • Size: 10.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.8.22

File hashes

Hashes for todoist_digest-0.11.0.tar.gz
Algorithm Hash digest
SHA256 954d6573198bd216d10db07e1da49f170a2ce9ddc6a1dfe36fd2dc946a83325e
MD5 befb2d28c096bf056b9f2c1f22ffded0
BLAKE2b-256 b9a1564bc281e7b55b30ca5ca003cc0c02b48340b6a9cd41c41870f3fd9d6e3c

See more details on using hashes here.

File details

Details for the file todoist_digest-0.11.0-py3-none-any.whl.

File metadata

File hashes

Hashes for todoist_digest-0.11.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a40056590059deac50b867a8290d5b9de6cb136bb77b270396635459a8fd7e48
MD5 477857c18881addeea841f209879bce6
BLAKE2b-256 2d33efbdf965eae8a98c74376fa9c4532596f02f664811b61a7f84d85c3891d5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page