Skip to content

taeguk/github_pushbullet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Pushbullet

Push github notifications to pushbullet.

Installation

$ pip install github_pushbullet

Simple Example

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!

About

Push github notifications to pushbullet.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages