Giter Club home page Giter Club logo

trello-client's Introduction

#概况

一个用python(node)实现的Trello客户端。

#安装配置

#安装
cd ~/
wget https://nodeload.github.com/NanJingBoy/trello-client/zip/master
unzip master
#安装python相关依赖
pip install oauth2
pip install python-dateutil==1.5
#安装node相关依赖
cd ~/trello-client-master/node
npm install oauth
#配置
cd trello-client-master
cp config_example.json config.json
vim config.json //修改developerKeys节点中key和oauth_secret的值;并删除文件中所有注释语句

#命令列表(此处仅以python版为例,node命令列表相同)

cd ~/trello-client-master/python
./trello_client -a //用户验证
./trello_client -o //获取organizations列表信息
./trello_client -o org //获取名称为org的organization信息
./trello_client -om org //获取名称为org的organization中member列表信息
./trello_client -ob org //获取名称为org的organization中board列表信息
#其中org为执行./trello_client -o 获取的organization列表信息中包含在"()"中的值

./trello_client -b board //获取ID为board的board信息
./trello_client -bm board //获取ID为board的board中的member列表信息
./trello_client -bl board //获取ID为board的board中的lists列表信息
#其中board为执行./trello_client -ob org 获取的board列表信息中包含在"()"中的值

./trello_client -l list //获取ID为list的list信息
./trello_client -lc list //获取ID为list的list中card列表信息
#其中list为执行./trello_client -bl board 获取的lists列表信息中包含在"()"中的值

./trello_client -c card //获取ID为card的card信息
./trello_client -cm card //获取ID为card的card中member列表信息
#其中card为执行./trello_client -lc list 获取的card列表信息中包含在"()"中的值

trello-client's People

Contributors

nanjingboy avatar

Watchers

 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.