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.
- Host: GitHub
- URL: https://github.com/taeguk/github_pushbullet
- Owner: taeguk
- License: mit
- Created: 2016-03-29T14:32:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T09:13:59.000Z (about 10 years ago)
- Last Synced: 2025-12-07T21:53:06.777Z (6 months ago)
- Topics: github, pushbullet, python3
- Language: Python
- Size: 3.91 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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!