Skip to content
/ prowl Public

Python module for Prowl iOS notification service

Notifications You must be signed in to change notification settings

tsubasa/prowl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prowl-lite

Prowlの通知機能をサポート

主な機能

  • テキストやURLをiOSへプッシュ通知
  • 通知にプライオリティを指定

サンプルコード

prowl = Prowl(APIKEY)

# テキストを通知
prowl.add('application', 'event', 'description')

# URLを通知
prowl.add('application', 'event', 'description', url='https://example.com')

# 優先順位を高で通知
prowl.add('application', 'event', 'description', priority=3)

About

Python module for Prowl iOS notification service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages