Skip to content

ziggy42/Pusher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pusher

Pusher is a python library for Pushbullet .

Usage

Push note

from pusher import api

api = api.API()
api.push("My Body", "My Title")

Push file

from pusher import api

api = api.API()
api.push_file("path/to/file", "My Body")

See the examples and the official docs for more details.

About

Pusher is a simple python library for Pushbullet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages