https://github.com/sharl/unread-slack
ブラウザで Slack を表示しているときにタスクトレイにメンション以外の「未読」メッセージがあることを示す通知を表示します
https://github.com/sharl/unread-slack
pystray python slack windows
Last synced: 18 days ago
JSON representation
ブラウザで Slack を表示しているときにタスクトレイにメンション以外の「未読」メッセージがあることを示す通知を表示します
- Host: GitHub
- URL: https://github.com/sharl/unread-slack
- Owner: sharl
- License: mit
- Created: 2026-05-02T04:40:52.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-19T05:31:27.000Z (about 1 month ago)
- Last Synced: 2026-05-19T05:55:53.661Z (about 1 month ago)
- Topics: pystray, python, slack, windows
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unread-slack
When viewing Slack in a browser, a notification will appear in the task tray indicating that there are unread messages other than mentions
ブラウザで Slack を表示しているときにタスクトレイにメンション以外の「未読」メッセージがあることを示す通知を表示します
## Prerequisites
- Web browser
- [Tampermonkey](https://www.tampermonkey.net/) or [Greasemonkey](https://addons.mozilla.org/ja/firefox/addon/greasemonkey/)
Install "Slack Unread Title Notifier.user.js" to extension
## Run
```powershell
git clone https://github.com/sharl/unread-slack.git
cd unread-slack
python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt
python unread-slack.py
```