/account-book

account book with trello

Primary LanguagePython

Account Book with Trello

Prepare yaml config file

You have to get the trello api key and token from here

# file name: .acbook.yaml
trello:
  api_key: <Your Trello account's api key>
  token: <From your api key, you can get the token>
  board_name: <Choose board for account book>