Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharl/mnotify
misskey notificaion indicator
https://github.com/sharl/mnotify
misskey misskey-client pystray
Last synced: about 1 month ago
JSON representation
misskey notificaion indicator
- Host: GitHub
- URL: https://github.com/sharl/mnotify
- Owner: sharl
- Created: 2024-09-12T06:50:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T07:55:47.000Z (5 months ago)
- Last Synced: 2024-09-12T18:10:47.256Z (5 months ago)
- Topics: misskey, misskey-client, pystray
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mnotify
misskey notificaion indicator
## Run
```
git clone https://github.com/sharl/mnotify.git
cd mnotify
pip install -r requirements.txt
python mnotify.py
```## .mnotify
put the same directory.
**token** must have `read:account` permission.
```
{
"misskey_instance": "https://misskey.example.com",
"misskey_token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
```