An open API service indexing awesome lists of open source software.

https://github.com/taeguk/github_pushbullet

Push github notifications to pushbullet.
https://github.com/taeguk/github_pushbullet

github pushbullet python3

Last synced: about 2 months ago
JSON representation

Push github notifications to pushbullet.

Awesome Lists containing this project

README

          

Github Pushbullet
=====================

.. image:: https://img.shields.io/pypi/v/github_pushbullet.svg
:target: https://pypi.python.org/pypi/github_pushbullet

.. image:: https://img.shields.io/pypi/dm/github_pushbullet.svg
:target: https://pypi.python.org/pypi/github_pushbullet

Push github notifications to pushbullet.

Installation
-----------------

.. code-block:: bash

$ pip install github_pushbullet

Simple Example
---------------
.. code-block:: python

from github_pushbullet import (
GithubAccount,
GithubPushbullet,
)

account = GithubAccount("username", "password")
gp = GithubPushbullet(account, "access_token")
gp.run() # infinite loop

`See more examples.
`_

Contributing
-----------------
Welcome! I'm waiting contributors!