https://github.com/dplocki/tools-for-todoist
Few tools for Todoist
https://github.com/dplocki/tools-for-todoist
flask python3 todoist todoist-api toolset
Last synced: about 1 year ago
JSON representation
Few tools for Todoist
- Host: GitHub
- URL: https://github.com/dplocki/tools-for-todoist
- Owner: dplocki
- License: gpl-3.0
- Created: 2020-12-05T14:27:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T15:50:01.000Z (over 1 year ago)
- Last Synced: 2025-01-14T14:11:37.939Z (about 1 year ago)
- Topics: flask, python3, todoist, todoist-api, toolset
- Language: Python
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tools for Todoist
My tools for [Todoist](https://todoist.com/). Based on [Todoist API Python Client](https://pypi.org/project/todoist-api-python/) package.
Language: **Python 3**
## Tools
### 🎲 Random task
Selecting a random task from the Project given by name.
### 🗓️ Plan for the week
Create a week plan of daily task, with random number.
### 📉 Reproduce by forgetting curve
Finding all tasks with specyfied label and add copy x times (x is provided by enduser). Each task is away from previous with raising interval.
## Notes
* [Developing with Todoist](https://developer.todoist.com/rest/v2/)
* Minimum Python is 3.9 (in case of lower, the TodoistAPI will not work, due to the fact, the version 2.0 is using v2 of API, and version v1 is no longer supported)