Go to file
kekskurse 603509210c init 2024-03-04 03:11:29 +01:00
.gitignore init 2024-03-04 03:11:29 +01:00
Makefile init 2024-03-04 03:11:29 +01:00
Readme.md init 2024-03-04 03:11:29 +01:00
go.mod init 2024-03-04 03:11:29 +01:00
go.sum init 2024-03-04 03:11:29 +01:00
main.go init 2024-03-04 03:11:29 +01:00
move-backlog-card-with-date.go init 2024-03-04 03:11:29 +01:00
remove-done-cards.go init 2024-03-04 03:11:29 +01:00
reset-daily-tasks.go init 2024-03-04 03:11:29 +01:00

Readme.md

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