Skip to content

shivahari/create_or_delete_trello_board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Create Trello Boards

You can use this script to create Trello Boards and add members to it


Setup

The setup has two parts:

  1. Prerequisites
  2. Create a configuration file

1. Prerequisites

a) Install Python 3.x

b) Add Python 3.x to your PATH environment variable

c) If you do not have it already, get pip (NOTE: Most recent Python distributions come with pip)

d) pip install -r requirements.txt to install dependencies

2. Create a configuration file

Create a conf.py file and add the following paramters

a) key - App key from https://trello.com/app-key

b) token - Token generated from a redirect in previous step

c) board_name - The name of the Board to be created

d) members - The members list needed to be added to the Board

Sample values inside a conf.py file

key = '<your_key>'

token = '<yout_token>'

board_name = '<board_name>'

members = []


How to run

python3 ./trello.py --create

About

Automate Trello Board creation and deletion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages