No description
.gitignore | ||
go.mod | ||
go.sum | ||
main.go | ||
Makefile | ||
move-backlog-card-with-date.go | ||
Readme.md | ||
remove-done-cards.go | ||
reset-daily-tasks.go |
Trello Bot
Just some trello functions because i don't want to lean Automations....
Functions
reset-daily-tasks
Add a Label with the text "Daily" and a colome with the Text "ToDo", it will move all card with the label to thiw collume if run, so best run its every day ...
remove-done-cards
Remove cards from the "Done" list which are older than 7 days
move-backlog-card-with-date
Move all cards in the Backlog where the due date is in the past to the "ToDo" list and remove the due date
Example Cron setup
*/5 * * * * /home/pi/trello-bot-pi move-backlog-card-with-date
0 5 * * * /home/pi/trello-bot-pi reset-daily-tasks
0 5 * * * /home/pi/trello-bot-pi remove-done-cards