An open API service indexing awesome lists of open source software.

https://github.com/bitforger/supreme-fiesta

A smöl CLI tool for getting the most commented on trello cards.
https://github.com/bitforger/supreme-fiesta

Last synced: about 1 year ago
JSON representation

A smöl CLI tool for getting the most commented on trello cards.

Awesome Lists containing this project

README

          

## Usage
You need to get a key and token from trello to use this tool

1. Go to [this website](https://trello.com/app-key) to obtain the app key
2. On the same page, you need to click on the link to get a token. Walk through the OAUTH flow to get a token for authentication.
3. You can either choose to use the key and token as command line arguments, or you can add it to your environment by creating variables in your `.bashrc` or `.zshrc` file.
```bash
export TRELLO_KEY=
export TRELLO_SECRET=
```
4. Run the command

## TODO:
- [ ] Add OAUTH integration