Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anandchowdhary/status-sync
🔴 Set and sync your real-time status on Slack & GitHub
https://github.com/anandchowdhary/status-sync
github-actions github-api slack-api status sync
Last synced: 4 months ago
JSON representation
🔴 Set and sync your real-time status on Slack & GitHub
- Host: GitHub
- URL: https://github.com/anandchowdhary/status-sync
- Owner: AnandChowdhary
- License: mit
- Created: 2021-02-20T15:30:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T02:31:59.000Z (11 months ago)
- Last Synced: 2024-10-04T18:21:19.189Z (4 months ago)
- Topics: github-actions, github-api, slack-api, status, sync
- Language: TypeScript
- Homepage: https://anandchowdhary.github.io/status-sync/api.json
- Size: 1.93 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔴 Status Sync
This repository contains a GitHub Actions workflow that lets you set and sync your real-time status on Slack, GitHub, and other places.
## 🌟 How it works
Several services let you set a live status (e.g., "working", "AKF", etc.), such as Slack and GitHub. Instead of manually setting and updating your status on each service, you can use this repository as a template to set up an automation to do this for you. It also exposes a JSON API, so you can show your status in other places, such as your website, in real time.
1. Create a GitHub issue to track your status
2. Comment your status on that issue
3. Your status will be synced to all services### Supported services
- [x] GitHub
- [x] Slack
- [x] JSON API: https://anandchowdhary.github.io/status-sync/api.json
- [ ] Twitter user description## 📄 License
[MIT](./LICENSE) © [Anand Chowdhary](https://anandchowdhary.com)