web-push-libs / pywebpush

Python Webpush Data encryption library
Mozilla Public License 2.0
305 stars 52 forks source link

Documentation on how to use? #67

Closed SohanTirpude closed 7 years ago

SohanTirpude commented 7 years ago

Any kind of documentation is available on how to use this library?

jrconlin commented 7 years ago

Well, the README has a few examples, more for general, casual use, like one step calling with the webpush convenience function or initializing the WebPusher object and calling the .send() method.

What sort of things are you looking to do?

SohanTirpude commented 7 years ago

Ok, I got it. At first I got confused with README file. But later, checked once more, and now able to understand it.

jrconlin commented 7 years ago

Cool. I'd love any advice you might have to clear up whatever confusion you had. (Short of "Good coffee before helps". I've so been there.)