hportlock / todoutil

Python utility to upload todo.txt files to todoist
3 stars 0 forks source link

Deprecated

This project is no longer maintained.

Todoutil

Todoutil is a python program that uploads todo.txt formatted files into todoist.

Installation

Clone this git repository and then install the requirements with pip:

git clone https://github.com/hportlock/todoutil.git
pip install -r requirements.txt

Usage

Run the script, it will ask for the path to your todo.txt file and your API token from todoist. Your API token can be found by logging into the todoist web site and looking under Settings -> Account.

./txttodoist.py

Questions and Suggestions

If you have a problem or an suggestion open a github issue to discuss it.