You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
README.md | 2 years ago | |
config.yml | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
main.go | 2 years ago | |
structs.go | 2 years ago |
README.md
matrix_weather_bot
A matrix bot functioning as a periodic weatherman.
Charts created using go-chart.
Usage
- Create a room.
- Disable end-to-end encryption (as the bot currently wouldn't be able to read your messages (commands)).
- Invite
@testbot1:emile.space
to the room. - Interact with the bot using commands such as
@time
or@report
.
Installation
- Adapt the config.yml to your needs.
go run ./...
(docker and other foo coming soon)