Skip to main content

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

Project description

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).

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

Locally

Run this locally using:

bin/local-digest-html

Or run directly:

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

Or, email yourself the digest:

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

Development

Docker Build

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

Until asdf support is built into nixpacks, you'll have to do something like:

export NIXPACKS_POETRY_VERSION=$(asdf-current-version poetry)
export NIXPACKS_PYTHON_VERSION=$(asdf-current-version python)

(asdf-current-version is a function I have in my shell which returns the current version of a tool)

In order to pass the py + poetry versions properly to nixpacks:

nixpacks build . --name todoist-digest --env NIXPACKS_PYTHON_VERSION --env NIXPACKS_POETRY_VERSION --start-cmd bin/cron-digest

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 ...

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.4.4.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

todoist_digest-0.4.4-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: todoist_digest-0.4.4.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.7 Linux/6.2.0-1019-azure

File hashes

Hashes for todoist_digest-0.4.4.tar.gz
Algorithm Hash digest
SHA256 aa29222ecb8fbf1a4d269c4ff51abcf74449b546e52b11b9a497c94b5fbe10ae
MD5 ce33932196a46abbbf440239f1d2be5b
BLAKE2b-256 136c9e93cd6c17acfe669fda26ec366a7e2ece839ba372555d94510c22bde979

See more details on using hashes here.

File details

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

File metadata

  • Download URL: todoist_digest-0.4.4-py3-none-any.whl
  • Upload date:
  • Size: 8.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.7 Linux/6.2.0-1019-azure

File hashes

Hashes for todoist_digest-0.4.4-py3-none-any.whl
Algorithm Hash digest
SHA256 cbb75d59ecc063a7069d584d5902e33e4e4711a1d7a9b2af56a1414616cb00fd
MD5 a9b1623ed2a551dd055fd5bbdf88711e
BLAKE2b-256 896636b26e7e9531c3e7df9e0ebe10d1474560bd7594dc891384cd1b970181e6

See more details on using hashes here.

Supported by

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