Giter VIP home page Giter VIP logo

trello2kanboard's Introduction

Discontinued

This project has been discontinued in favor of TrelloJSON2Kanboard

Trello2Kanboard

Simple Python Package for Importing Trello Projects from JSON Files Using the Kanboard API.

Donate to help keep this project maintained. Donate with PayPal button

Installing

Install and update using pip:

$ pip install Trello2Kanboard

Trello2Kanboard supports Python 2.7, 3.4 and newer.

A Simple Example of Import

Step 1: Access your Trello account and export your Trello Project to JSON:

Step 2: Access your Kanboard account and get/generate an API Token:

Step 3.1: Run application using the special user jsonrpc credentials:

trello2kanboard --json-file /file/trello.json import \
  --api-url http://localhost/jsonrpc.php \
  --api-user jsonrpc \
  --api-token api-token-from-jsonrpc-kanboard-user \
  --project-owner kanboard-username

Step 3.2: Or just run using you own user credentials:

trello2kanboard --json-file /file/trello.json import \
  --api-url http://localhost/jsonrpc.php \
  --api-user your-username \
  --api-token api-token-from-your-own-kanboard-user

You could also show information without Import

trello2kanboard --json-file /file/trello.json show

And display a pretty formated JSON on screen

trello2kanboard --json-file /file/trello.json json

Requirements

Trello2Kanboard depends from:

Function Reference

Consult the Kanboard API documentation for more details.

Development

This package is just a project to improve my python skills. Any suggestions or tips are welcome.

trello2kanboard's People

Contributors

laryssah1 avatar samgarr avatar wiltonsr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

samgarr

trello2kanboard's Issues

Windows support

would it be possible to make this script work under windows?

trello2kanboard --json-file C:\Path\proj1.json import --api-url  https://url/jsonrpc.php --api-user jsonrpc --api-token token5 --project-owner user
User user- user successfully connected.
Der Befehl "stty" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.  (command stty not found)
ValueError('not enough values to unpack (expected 2, got 0)')

my guess would be

rows, columns = os.popen('stty size', 'r').read().split()

is the problem but i haven't looked to deep into this

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.