kshitij10496 / gh-notifier

Desktop notifier for all your "social" GitHub notifications
MIT License
20 stars 10 forks source link

added events method #17

Open abhay44 opened 7 years ago

abhay44 commented 7 years ago

@kshitij10496 Added events method to notify the users.As of now, users will be notified for pushevent and createevent.Will update the code soon for other events too.Can we find a better method instead of calling if statement or elif statement each time to see whether it's a pushevent or createevent or etc..?

pep8speaks commented 7 years ago

Hello @abhay44! Thanks for submitting the PR.