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
- Host: GitHub
- URL: https://github.com/chdsbd/trello-sorter
- Owner: chdsbd
- License: mit
- Created: 2017-09-07T03:25:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T19:35:28.000Z (over 8 years ago)
- Last Synced: 2025-01-02T01:16:37.178Z (about 1 year ago)
- Topics: python2, trello-api
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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