Skip to content

hov1417/lupin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lupin

A simple cli tool to backup trello boards with attachments.

Install

cargo install --git https://github.com/hov1417/lupin.git

Config

# ~/.config/lupin.yml
auth_cookie: "..." # trello cookie, copy it from browser open trello.com login, then
               # open devtools -> network -> open any request -> Request headers -> cookie   
board_ids: # list of board ids to backup (you can get it from url https://trello.com/b/{board_id}/{board_name} )
  - "id1"
  - "id2"
out_path: "/home/hov1417/trello-backup/" # path where lupin will make a trello backups

Usage

Export all backups

lupin get

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages