McKael / madonctl

CLI client for the Mastodon social network API
MIT License
193 stars 9 forks source link

Have a streaming feature of notifications? #5

Closed shellkr closed 7 years ago

shellkr commented 7 years ago

I don't know if this would be possible but same as you can 'stream' you timeline it would be nice if the same could be done for notifications. Right now you have to manually check them from time to time.

McKael commented 7 years ago

The user stream does contain notifications.

(I could add a flag to filter and stream notifications only...)

McKael commented 7 years ago

https://github.com/McKael/madonctl/commit/15fcb57d51cc703bac40d083b0644c1655e90178 should help, now you can do:

madonctl stream user --notifications-only

Does it fit your needs?

shellkr commented 7 years ago

Yes, that would probably work. Will try it out. I'll close for the time being and reopen if necessary.