Skip to content

cirinoalejandro/trello-to-text

Repository files navigation

trello2text

Fury

travis.ci

pypy

Trello Board List Output to Text

for now outputs to console in a format suitable for MoinMoin Wiki

Useful links:

Usage:

  1. Clone the repo :)

  2. Install it

python setup.py install

if you are going to hack it

python setup.py develop
pip install -r dev-requirements.txt
  1. Get app key (You will need it on the next step) https://developers.trello.com/get-started

  2. Get token:

 trello2text get-app-token <YOURAPPKEY>

copy and paste url to browser, to authorize the app

  1. Create a ~/.config/trello2text/tello2textrc file with the following content (replaced with your APP_KEY and TOKEN)
[main]
app_key = YOURAPPKEY 
token =  OBTAINEDTOKEN
  1. get board id (You'll need it later to pass it on the cli):

add ".json" to the url of the board, like https://trello.com/b/xcDievul/temas-a-tratar-en-reuniones.json

  1. execute script, with:
  Usage:
      trello2text [write <filename>| output] [--template=<template_name>] --board=<board_id> --list=<list_name>
      trello2text -h | --help
      trello2text --version

TO DO:

  1. Add some tests
  2. Have working version for assembly meetings, write to file for MoinMoin Wiki
  3. Future: turn into generic trello serializer with more options, output string templates

About

Serialize a Trello List to text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages