Bibliobot
From WikiDotMako
a small IRC automation robot.
The bibliobot code is at https://nusni.com/willscott/bibliobot - this will not be accessible unless you have a user account. you will need to ask will for one.
Actions
changing the channel topic will update the living room board.
The character set available is
ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!@#$()-+&=;:'\"%,./?°
!light
- turn the backyard lights on and off!weather [city]
- the living room board will show weather for [city]!schedule
- add - add a task
!schedule add [task] [duration] [args...]
!schedule add msg 5m hello world
- messages the channel!schedule add sparkle 5m happy birthday
- sets the living room board with colors!schedule add weather 5m sea
- sets the living room board to weather in city
- list - list scheduled tasks
!schedule list
- rm - remove a task, by id (id found via list)
!schedule rm [id]
- repeat - repeat a scheduled task at an interval
!schedule repeat [id] [duration]
- add - add a task
Duration are specified as described at https://pkg.go.dev/time#ParseDuration