Skip to content

A quick Python script to list all public Trello boards for all specified usernames

Notifications You must be signed in to change notification settings

bbbbbrie/trello-public-board-lister

Repository files navigation

Trello Public Board Lister

GitHub last commit | GitHub Repo stars | GitHub top language | GitHub Workflow Status

A quick Python program that I wrote to list all public Trello boards given a file containing Trello usernames one-per-line. You should get a Trello API key and token and pip install -r requirements.txt in order to follow along. You can pass your API key and token at the command line or set them in your environment variables:

  • export TRELLO_API_KEY=yourtrelloapikey
  • export TRELLO_API_TOKEN=yourtrelloapitoken

This has been tested with Python 3.7.

Get a Trello API key and token

You will need a Trello API key and token.

  1. Log in to Trello
  2. Go to https://trello.com/app-key
  3. Follow the prompts
  4. Record the key and token

Usage

Put the usernames that you care about in a file in this directory called trello-usernames.txt.

Run python3 main.py --api_key YOUR_API_KEY --api_token YOUR_API_TOKEN

Run python3 main.py --api_key YOUR_API_KEY --api_token YOUR_API_TOKEN --usernames /path/to/usernames if you have the usernames elsewhere.

Run python3 main.py --help to see the help information.

About

A quick Python script to list all public Trello boards for all specified usernames

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages