amyreese / znc-push

Push notification service module for ZNC
http://noswap.com/projects/znc-push
MIT License
556 stars 122 forks source link

REQUEST: post to Google+ #31

Closed dmcintyr closed 11 years ago

dmcintyr commented 11 years ago

If notifications are pushed to Google+ through the API, they can be viewed on most mobile devices or browsers. It will also provide email alerts if desired and will be a more permanent record of IRC channel activity.

Problem to be solved: Pushover/Prowl notifications can't be viewed on a desktop browser

Use case: Add highlight for "http" All web links are pushed to G+ to be viewed anywhere

amyreese commented 11 years ago

As far as I know, there is no API yet to create posts on Google+, and due to the need for oauth activation, I don't think this will easily fit within the scope of znc-push. I will gladly review any pull requests implementing this, but I don't think this is something I'll be working on myself. As an alternative, znc-push already supports POST requests to arbitrary URLs, so you could always craft a basic web application for this purpose.