A Matrix bot which can generate "This Week in X" like blog posts. https://github.com/haecker-felix/hebbot
Go to file
Evilham 2633c4e127
Some checks failed
build / check (push) Failing after 16m59s
Fully qualify actions repos
2024-02-28 16:23:35 +01:00
.github/workflows Fully qualify actions repos 2024-02-28 16:23:35 +01:00
doc Merge branch 'master' into length 2022-10-14 20:33:18 +02:00
src news: Properly take care of unicode string splitting 2023-11-03 21:57:27 +01:00
.dockerignore Update dockerignore 2022-01-04 13:23:26 +01:00
.gitignore news: Properly take care of unicode string splitting 2023-11-03 21:57:27 +01:00
Cargo.lock Upgrade dependencies 2023-11-03 21:39:09 +01:00
Cargo.toml change source of matrix-sdk to use crates.io 2023-07-11 23:42:29 -04:00
Dockerfile docker: Update rust image 2023-11-03 22:26:55 +01:00
LICENSE Create LICENSE 2021-06-26 17:54:21 +02:00
README.md Update README example usage 2022-09-02 17:06:06 +02:00
rustfmt.toml Code cleanup: Merge imports 2021-08-01 12:09:47 +02:00

hebbot

A Matrix bot which can help to generate periodic / recurrent summary blog posts (also known as "This Week in X").

The bot was inspired by twim-o-matic, and is developed in Rust using the matrix-rust-sdk. You can find us at #hebbot:haecker.io.

Features

  • Automatic recognition of news when the bot username is mentioned at the beginning of the message
  • Approval of messages by a defined group of editors
  • Messages can be sorted into projects / sections by using emoji reactions
  • Support for images / videos
  • Markdown generation (can be used for blogs, e.g. Hugo)

Screenshots

Documentation

Check out documentation for...

Example Usage

If you know any other project which uses Hebbot and you think it should be get listed here, please open a PR!