Giter VIP home page Giter VIP logo

kanboard-import-trello's Introduction

#Kanboard Trello import

This is a simple command-line script to move your Trello-based boards to your self-hosted kanboard.net instance.

If you have any suggestions or found an issue, please report an issue, suggestions are welcome!

##Installation

  • Perform a git clone or download this repository as a zip file to your local PC-
  • Execute composer install to install the RPC client dependency.

##Usage

php import.php http://server/jsonrpc.php apitoken trellokey trellotoken trelloboard userid
  • server URL, this is the URL to your kanboardservers' jsonrpc.php file
  • apiToken, this is the api token for the RPC calls. You can find this value in Settings -> API.
  • trelloKey and trelloToken. You can get yourself a key and a token to your board from https://trello.com/app-key (look for "Click here to request a token to be used in the example")
  • trelloboard, the shortlink of your Trello Board. You can find that in the URL in your webbrowser, eg. in https://trello.com/b/AbCdEf5g/my-board it would be the AbCdEf5g
  • userId, this value is optional. Comments in kanboard require a user that writes the comment. If a valid userId is provided then comments are also copied.

##Known limitations

  • Creation and modification timestamps are not copied
  • Attachments are not imported, but are attempted to be downloaded and stored in the folder you are executing the command from.

#Credits The JSON RPC API interface and the JSON client itself from @fguillot make creating this script relatively easy.

Also thanks to Trello for making an awesome product, unfortunately it is only available in a hosted version.

Many thanks to @tpokorra for providing a pull request to use the Trello API.

kanboard-import-trello's People

Contributors

daangemist avatar kanocz avatar psy-q avatar tpokorra avatar

Watchers

 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.