MyWebsite Bootstrap

Tag: todoist

Todoist Telegram bot

2022-06-28

In this article, we will build an telegram bot for reminders from todoist.

Why do I need a telegram bot for todoist?

The answer is obvious – the free reminder function (as no reminder for a free todoist account).

Steps:

Install todoist api Python Client

pip install todoist-api-python

read more