Toy Python scripts using Trello's REST API: https://developer.atlassian.com/cloud/trello/rest/
create-a-board-with-lists.py
- This script systematicaly creates a board with prepopulated lists.
add-cards-to-an-existing-list.py
- This script prepopulates local data to an existing board.
delete-boards-with-specific-names.py
- This script deletes all the boards with a specific name, which is useful for API testing.
First, you need to get key
and token
: https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/
The MIT license