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.
- Host: GitHub
- URL: https://github.com/bitforger/supreme-fiesta
- Owner: BitForger
- License: unlicense
- Created: 2020-05-05T20:33:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T15:56:05.000Z (about 4 years ago)
- Last Synced: 2023-09-06T05:44:51.511Z (almost 3 years ago)
- Language: TypeScript
- Size: 135 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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