Skip to content

NeedleInAJayStack/trello-bot

Repository files navigation

Trello Bot

This is a simple service that creates/moves around Trello cards on specific schedules to help me run my life. Some of it's features:

  • It can be configured to create/move cards on any cron schedule, in addition to "X week of the month".
  • It will check (by card name) whether the card already exists on the board. If so, and in the To Do list, it will comment on it. If not in the To Do list, it will move it to the top of that list. Otherwise, it will create the card and place it at the top of the To Do list.
  • It will the attributes of any matching card to reflect the values in the repo.

It's HIGHLY tailored to my particular needs and probably won't be all that valuable to anyone else.

Run

  1. Install node
  2. Install relevant modules: npm install
  3. Compile: npx tsc
  4. Create a .env with the following vars:
  • TRELLO_DEV_KEY
  • TRELLO_BOT_TOKEN
  1. Start the process: node ./dist/server.js

Docker

To run:

docker-compose up -d

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages