GithubHelp home page GithubHelp logo

sircaptainmitch / powertrello Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adbertram/powertrello

0.0 2.0 0.0 234 KB

PowerTrello is a PowerShell module for interacting with the Trello web service.

PowerShell 100.00%

powertrello's Introduction

PowerTrello

PowerTrello is a PowerShell module for interacting with the Trello web service.

How to Use

  1. Sign up for an API key and secret for your Trello subscription here.

  2. Open up your PowerShell console as administrator.

  3. Download the PowerTrello module from Github from within PowerShell into your modules folder.

  4. Retrieve a token from Trello and save to a variable.

$token = Request-TrelloAccessToken –ApiKey MYAPIKEY

  1. Save the token and API key to the registry so you don't have to specify it every time.

Set-TrelloConfiguration –ApiKey MYAPIKEY –AccessToken $token

  1. Make the Trello configuration available in your current PowerShell session.

Get-TrelloConfiguration

  1. Run any of the functions in the module to interact with your Trello boards. For example, just to ensure you can communicate with Trello, run the Get-TrelloBoard function. This function should return all of your Trello boards.

powertrello's People

Contributors

adbertram avatar lboening avatar ryan2065 avatar sircaptainmitch avatar thomassvensen avatar windos 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.