thelayeredmind / trello_grabber

A nodeJS Script which grabs most of the text content from all cards of a given trello board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trello Card Grabber

With this little script you can get the content of all the cards (attachments, and notes) and transfer them to markdown, which can then simply be integrated into an obsidian vault, e.g.

Usage

requires node > 14.8.0

Please not you need to change (:1) to the path of your trello token and API Key. Check the trello API Introduction how to get those

In powershell or bash write

node .\grab_trello_cards.js board_name [target_root_folder] 

Tip: you can add [> log.log] to the end of your command to pipe the output from STDOUT to a log file instead.

About

A nodeJS Script which grabs most of the text content from all cards of a given trello board


Languages

Language:JavaScript 100.0%