Skip to content

Python module for Pushbullet notification service

Notifications You must be signed in to change notification settings

tsubasa/pushbullet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pushbullet-lite

Pushbulletを通知機能のみサポートした軽量版

主な機能

  • note でテキストを通知
  • link でテキストとURLを通知

サンプルコード

pb = Pushbullet(APIKEY)

# テキストをプッシュ
pb.push_note(title, body)

# テキストとURLをプッシュ
pb.push_link(title, url, body)

About

Python module for Pushbullet notification service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages