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

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.8.0.tar.gz (29.3 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.8.0-py3-none-any.whl (42.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: reclaim_sdk-0.8.0.tar.gz
  • Upload date:
  • Size: 29.3 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.8.0.tar.gz
Algorithm Hash digest
SHA256 5354c40211958b588f5db6bdf716bf0ae1271c615406163c6e4c5a4556d9057e
MD5 4992bea0703917d22844003a5a4f278e
BLAKE2b-256 44658a940991ed1f18f22e24532e88addf5b05806a628c73bdea500e7048c687

See more details on using hashes here.

File details

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

File metadata

  • Download URL: reclaim_sdk-0.8.0-py3-none-any.whl
  • Upload date:
  • Size: 42.4 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.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f661561a23f7598fdfc4101e859df7f439f21bbe26b7611e6b5121fe7ce998e1
MD5 9edf9f238385bef020bd049ca5eacf3d
BLAKE2b-256 cb647691d944d80be86e34647aefefa6d5e2edda3bec3ace4442cdf359901057

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