https://github.com/helixspiral/mastodon-service
A simple service that reads off an MQTT queue and publishes to Mastodon
https://github.com/helixspiral/mastodon-service
mastodon mastodon-api mastodon-bot mqtt mqtt-client
Last synced: about 2 months ago
JSON representation
A simple service that reads off an MQTT queue and publishes to Mastodon
- Host: GitHub
- URL: https://github.com/helixspiral/mastodon-service
- Owner: HelixSpiral
- License: gpl-3.0
- Created: 2023-08-02T22:55:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2026-01-24T23:46:40.000Z (5 months ago)
- Last Synced: 2026-01-25T12:36:56.812Z (5 months ago)
- Topics: mastodon, mastodon-api, mastodon-bot, mqtt, mqtt-client
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
mastodon-service
---
This is a simple service that reads off an MQTT queue and sends things to Mastodon.
# Setup instructions for Kubernetes
1. Modify `mastodon-service.yml` as necessary
2. `kubectl apply -f mastodon-service`, add `-n namespace` if you want it in a specific namespace
# Setup instructions for docker
1. Clone the repo
2. Run `docker build -t mqtt-to-mastodon`
3. Copy `docker-compose.yml.example` to `docker-compose.yml` and edit the values
4. Run `docker compose up -d`