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

https://github.com/chdsbd/trello-sorter

Organize a trello board for school assignments
https://github.com/chdsbd/trello-sorter

python2 trello-api

Last synced: about 1 year ago
JSON representation

Organize a trello board for school assignments

Awesome Lists containing this project

README

          

# Trello Sorter
> A python2 command line tool for organizing trello cards

## Setup
```bash
pip install -r requirements.txt
```

## Usage
```
usage: sort.py [-h] [-l] [-n] apikey

Interactive command line utility for sorting Trello lists

positional arguments:
apikey Trello API Key from https://trello.com/app-key

optional arguments:
-h, --help show this help message and exit
-l, --label label the cards based on classes using format "ECE 112:" or
"ECE112"
-n, --no-sort Disable sorting
```

## Why are you using Python 2?
The official [python trello api wrapper][0] is Python 2 only.

[0]: https://pypi.python.org/pypi/trello