This is a script to convert the data from your TickTick account into Todoist project template files that you can use to transfer your todo list items.
The following are not implemented in this script, but is possible to do within the CSV spec:
- Task notes
- Priority
This Works On My Data. However, task repetition parsing may not be comprehensively implemented - I don't have a spec to work off of.
Run ./ticktick-to-todoist.py
in a directory that you would like to write your Todoist CSV files to. Input your username and password.
- ticktick-py
- pytz
- pandas
- Python 3.9
A TickTick account. OAuth is not supported.