GithubHelp home page GithubHelp logo

isabella232 / trello_utils Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 18f/trello_utils

0.0 0.0 0.0 21 KB

misc cli tools for trello functionality

License: Creative Commons Zero v1.0 Universal

Python 71.47% Shell 28.53%

trello_utils's Introduction

trello_utils

misc cli tools for trello functionality

This project utilizes the trello python library to streamline some trello actions:

  • move_all_cards from one list within a board to another

  • [un]tag_all_cards from one list within a board

  • demo all cards (including descriptin and text edit actions) to a markdown (printed out) Note: Attachments and other data may be lost

Currently, this will only function on a pre_defined (see below) board.

NOTE THIS WILL NOT FUNCTION AS IS

In order to successfully execute, please:

  • create an env.json file

    {
        "TRELLO_APP_KEY": "1",
        "TRELLO_AUTH_TOKEN": "2",
        "BOARD_ID": "3"
    }
    
  • Complete the env.json file by:

    1. Add your application key from: https://trello.com/app-key

    2. Creating an AUTH_TOKEN through something similar to:

    # Auth Manual Step Required: Call the URL printed by below via your browser, while logged in
    #trello = TrelloApi( config["TRELLO_APP_KEY"] )
    #get_auth_token(trello)
    
    1. Grab the board id by navigating to your board and adding .json to the URL

Note: env.json is set in the .gitignore file.

Additional References

Javascript to copy trell (via web) to text/MD * https://gist.github.com/jeremyzilar/17f001c999e234083796215ca79e26eb

trello_utils's People

Contributors

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