You can use this script to :
Create Trello Boards
Assign people to Board
Create Trello Cards
Assign people to card
Copy cards
Add list items to a board
Change preference or visibility
You can refer to blog(https://qxf2.com/blog/python-trello-api-utility-script/) for more details. We have used Python Request module to make the API calls.
Update the Trello API Key and Token in conf.py file
Update the data like board name, card name etc in data_conf.py
If you ran into some problems on step (d), please report them as an issue or email Avinash(avinash@qxf2.com)
python test_trello_util.py
a) If Python complains about an "Import" exception, please 'pip install $module_name'