Subscribe to ActivityPub actors and send their activities in given chat channels.
Currently only supports Mattermost. Slack and Rocketchat support coming soon.
Requirements:
- Node (v12.20 recommended)
- Yarn
- Docker
- Docker-compose
docker-compose upIt is now running on http://localhost:3030
yarn install
yarn run devBy default, Mattermost will post webhook messages as the user who created the webhook, with a BOT label.
To be able to use the default image, you need enable the EnablePostUsernameOverride and EnablePostIconOverride settings.
More informations on the Mattermost docs
