Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awakari/int-mastodon
Awakari Mastodon integration
https://github.com/awakari/int-mastodon
alerts fediverse mastodon-client real-time-search spam-filter
Last synced: 7 days ago
JSON representation
Awakari Mastodon integration
- Host: GitHub
- URL: https://github.com/awakari/int-mastodon
- Owner: awakari
- License: agpl-3.0
- Created: 2024-06-08T19:50:04.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-11-05T21:28:28.000Z (9 days ago)
- Last Synced: 2024-11-05T22:29:59.564Z (9 days ago)
- Topics: alerts, fediverse, mastodon-client, real-time-search, spam-filter
- Language: Go
- Size: 307 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
Mastodon-specific integration.
# Other
```shell
kubectl create secret generic int-mastodon-client \
--from-literal=hosts=host1,host2,... \
--from-literal=tokens=token1,token2,...
```