Git Product home page Git Product logo

dida365-api's Introduction

说明

通过抓取客户端的请求获取滴答清单API接口,非官方提供,仅供学习使用。

滴答清单返回任务列表格式

[
  {
    "id": "6555d9c3xxxxxxxxx7e2183037",
    "projectId": "inboxxxxxxx718",
    "sortOrder": -8647467291534950338,
    "title": "chatgpt",
    "content": "",
    "desc": "",
    "startDate": "2023-11-16T04:30:00.000+0000",
    "dueDate": "2023-11-16T05:00:00.000+0000",
    "timeZone": "Asia/Shanghai",
    "isFloating": false,
    "isAllDay": false,
    "reminders": [
      {
        "id": "6555d9c3xxxxxx183038",
        "trigger": "TRIGGER:-PT5M"
      }
    ],
    "exDate": [],
    "completedTime": "2023-11-16T08:58:56.000+0000",
    "completedUserId": 1010845718,
    "priority": 0,
    "status": 2,
    "items": [],
    "progress": 0,
    "modifiedTime": "2023-11-16T08:58:56.000+0000",
    "etag": "t80r3w13",
    "deleted": 0,
    "createdTime": "2023-11-16T08:58:43.000+0000",
    "creator": 1010845718,
    "tags": [],
    "attachments": [],
    "commentCount": 0,
    "focusSummaries": [],
    "kind": "TEXT"
  }
]
字段 说明
title task标题
content task内容
createdTime 创建时间
completedTime 完成时间

使用

目前仅支持下面的操作

  1. 获取token
  2. 获取完成任务列表
  3. 待更新
from ticktick.client import TickTickClient
client = TickTickClient(phone='phone', password='password')
client.get_completed_tasks(start_time='2023-11-15 16:00:00', end_time='2023-11-16 16:00:00')

dida365-api's People

Contributors

simplezhao avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.