Skip to main content

Unofficial Reclaim.ai Python API

Project description

reclaim-sdk - Python SDK for Reclaim.ai

Migrating from 0.6.x to 0.7.0? See CHANGELOG.md — enums moved, user param auto-resolved, new required Task fields.

⚠️ WARNING: Major Changes in Version 0.5+ ⚠️

The codebase has undergone substantial modifications starting from version 0.5. These updates introduce breaking changes that may impact existing implementations. Please consult the documentation thoroughly before upgrading from earlier versions.

reclaim-sdk is a Python SDK designed for the Reclaim.ai API. It offers a straightforward and developer-friendly interface for managing tasks within Reclaim.ai. Please note that this SDK is not officially affiliated with Reclaim.ai and has been reverse-engineered from the Reclaim.ai web app, as well as utilizing the Swagger Spec provided by AJ from Reclaim.ai =>Swagger Spec. Consequently, there may be bugs, and the API is subject to change without notice. Version stability is not guaranteed.

Features

As of 0.7.0, reclaim-sdk covers:

  • Tasks — full CRUD, planner actions (start/stop/snooze/plan-work/complete/log-work/etc.), batch operations, per-task reindex
  • HabitsDailyHabit CRUD, planner actions (start/stop/restart/toggle/reschedule/skip), templates
  • Hours — full CRUD on time schemes (custom day-hour intervals, policyType, features, target calendar)
  • Webhooks — subscribe to task/habit events, typed payload models (TaskWebhookEvent, HabitWebhookEvent), HMAC-SHA256 signature verification
  • Changelog — read change feeds for tasks, events, habits, meetings, scheduling links
  • Smart Meetings — full CRUD, planner actions (lock/unlock/skip/reschedule/move/clear-exceptions), series detection, convert from events

Not covered: Events, Calendars, Scheduling Links, One-on-Ones, Analytics, Focus Settings, Integrations, API-key management, Admin/Delegated access. Use the Reclaim web app or open an issue/PR.

If something is missing for you, please open an issue or a pull request.

Installation

To install reclaim-sdk, simply run the following command:

pip install reclaim-sdk

Configuration

You can get an API key from here.

There are now two ways to configure the SDK with your API key:

  1. Using the RECLAIM_TOKEN environment variable:

    import os
    os.environ["RECLAIM_TOKEN"] = "YOUR_API_KEY"
    
  2. Using the new configure method:

    from reclaim_sdk.client import ReclaimClient
    
    ReclaimClient.configure(token="YOUR_API_KEY")
    

The configure method allows you to set up the client with your API token (and optionally a base URL) at any point in your code before making API calls.

Usage

The SDK uses Pydantic models for better type checking and data validation. Please refer to code examples below:

  • Task Management — create/update/list/complete tasks + planner actions
  • Habit Management — list + toggle existing habits
  • Webhooks — subscribe + parse incoming payloads + verify signatures
  • Changelog — poll change feeds
  • Hours — list / create / update / delete time schemes (custom working hours)

Breaking changes from 0.6.x

  • TaskPriority removed — use PriorityLevel from reclaim_sdk.enums
  • Local enums on Task (TaskStatus, EventCategory, EventColor) moved to reclaim_sdk.enums
  • Task.list() / Task.get() auto-inject the required user query parameter
  • Task gained required fields taskSource, readOnlyFields, sortKey, prioritizableType, type — generally set server-side, leave defaults on create
  • task.event_sub_type is now the EventSubType enum (not str)

See CHANGELOG.md for the full list.

Contributing

Contributions are welcome. Please open an issue or a pull request. If you want to add a new resource, please have a look at the BaseResource class. The Task class is a good example of how to implement a new resource. Reference the Swagger Spec for the available endpoints and also use the network tab in the browser to see the request and response payloads, as the Swagger Spec may not always be up-to-date or complete.

License

MIT License

Copyright (c) 2022 Laurence Labusch

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

reclaim_sdk-0.9.0.tar.gz (39.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

reclaim_sdk-0.9.0-py3-none-any.whl (54.6 kB view details)

Uploaded Python 3

File details

Details for the file reclaim_sdk-0.9.0.tar.gz.

File metadata

  • Download URL: reclaim_sdk-0.9.0.tar.gz
  • Upload date:
  • Size: 39.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for reclaim_sdk-0.9.0.tar.gz
Algorithm Hash digest
SHA256 f25d535ddf8d81bf17c3e50a26b939777b252214958719e9e23371fa4efc8a90
MD5 8f677251bc1c2e96a8e4a6dab88b8662
BLAKE2b-256 98629f1360c6d2bce83eafe8c92bd80462218323231ec05dd703ebc3fc99f614

See more details on using hashes here.

File details

Details for the file reclaim_sdk-0.9.0-py3-none-any.whl.

File metadata

  • Download URL: reclaim_sdk-0.9.0-py3-none-any.whl
  • Upload date:
  • Size: 54.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for reclaim_sdk-0.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2f0d1e1f26647c12a4abbdfffd8a4867b356a8a433e0d0f08171d19fe5c4b829
MD5 6036746fde1490ecd7b3958aece0673c
BLAKE2b-256 dc0c6d3a609f2c87fa7215156ba49920e3a710997598eef8f965e8c67b83a4da

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page