Go to file
kekskurse b314b942b9 stuff 2024-03-04 04:13:58 +01:00
.gitignore init 2024-03-04 03:11:29 +01:00
Makefile init 2024-03-04 03:11:29 +01:00
Readme.md stuff 2024-03-04 04:13:58 +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 stuff 2024-03-04 04:13:58 +01:00
move-backlog-card-with-date.go stuff 2024-03-04 04:13:58 +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
unassign-cards.go stuff 2024-03-04 04:13:58 +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

unassign-cards

Assign all card with have no assign user to the user how run the script

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
*/5 * * * *     /home/pi/trello-bot-pi unassign-cards