Save data from Todoist to a SQLite database
Project description
todoist-to-sqlite
Save data from Todoist to a SQLite database. Supports saving tasks, projects, filters, notes, labels, and completed tasks.
(Some Todoist features require Premium, like fetching completed tasks)
How to install
$ pip install todoist-to-sqlite
Authentication
In the Todoist client, go to the Integrations tab of Settings and issue/copy your personal API token. Run this command and paste in your API token:
$ todoist-to-sqlite auth
This will create a file called auth.json in your current directory containing the required value. To save the file at
a different path or filename, use the --auth=myauth.json option.
Saving Current Todoist Data
The sync command retrieves all "active" data associated with your Todoist account.
$ todoist-to-sqlite sync todoist.db
This includes: uncompleted tasks, projects, labels, filters, and notes.
Saving Completed Tasks
The completed-tasks command saves all completed tasks from your Todoist account. This may take a long time to download for active Todoist users.
$ todoist-to-sqlite completed-tasks todoist.db
completed-tasks also will sync any associated metadata (i.e. archived projects) associated with completed tasks.
Note: This command requires Todoist Premium due to limitations of their API.
from_date and to_date
You can specify --from_date and --to_date to place boundaries on the time range that todoist-to-sqlite will fetch completed tasks from.
$ todoist-to-sqlite completed-tasks todoist.db \
--to_date 2020-12-01 \
--from_date 2020-12-30
Attribution
This package is heavily inspired by goodreads-to-sqlite by Tobias Kunze and github-to-sqlite by Simon Willison.
This package was designed to fit nicely in the dogsheep / datasette ecosystems.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file todoist-to-sqlite-0.2.tar.gz.
File metadata
- Download URL: todoist-to-sqlite-0.2.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da20bfabadae68d57968a35134cf43a9245c6ee7cb8a237b3119d4ba9bf9c862
|
|
| MD5 |
30c8b0ca77db10dae71eb49d7033f321
|
|
| BLAKE2b-256 |
8bbce0c63fa4260790e279802be883bb8579341a1df1e5676db52e867f835ecb
|
File details
Details for the file todoist_to_sqlite-0.2-py3-none-any.whl.
File metadata
- Download URL: todoist_to_sqlite-0.2-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa178221af7a31f0a5f65cbe7b075a857d566031be31e96c3bfe807090b826fb
|
|
| MD5 |
3b66d1db263d5e9c87a47be0e21f62d6
|
|
| BLAKE2b-256 |
6699996140ce3bed8bef976d6001225afef4e8f791cc05bd84d480c591a44259
|