Coder Social home page Coder Social logo

rhymiz / python-motion Goto Github PK

View Code? Open in Web Editor NEW
2.0 0.0 0.0 84 KB

A Python library for interfacing with Motion (usemotion.com) API

Home Page: https://docs.usemotion.com/

License: MIT License

Python 100.00%
api-client usemotion ai calendar motion productivity

python-motion's Introduction

Python Motion

A Python library for interfacing with the Motion

๐Ÿงช This library is still in development and is not yet ready for production use.

Installation

pip install python-motion

Usage

from motion import Motion

motion = Motion('your-api-key')

# Get Tasks
tasks = motion.tasks.list()

Documentation

Library docs are a work in progress. For now, you can refer to the official API documentation for more information.

Every resource has a list, retrieve, create, update, and delete method.

# List
tasks = motion.tasks.list()

# Retrieve
task = motion.tasks.retrieve('task-id')

# Create
task = motion.tasks.create({
    'name': 'Task Name',
    'description': 'Task Description'
})

# Update
task = motion.tasks.update('task-id', {
    'name': 'New Task Name'
})

# Delete
motion.tasks.delete('task-id')

Available Resources:

  • Tasks
  • Projects
  • Users
  • Workspaces
  • Comments
  • Schedule

Roadmap

  • Initial implementation
  • Named arguments for all methods
  • Async support
  • Convert responses to Pydantic models

python-motion's People

Contributors

rhymiz avatar

Stargazers

 avatar  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.