Skip to content
This repository has been archived by the owner on Aug 19, 2018. It is now read-only.

vsouza/Bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Bird

iOS Push Notifications.

Bird is a project to facilitate the integration of push messages on any system. Enjoy and send your pull request.

How To use

You can use the Bird in the way that suits you in any programming language or even within your project in Python.

In PHP:

$cmd = 'python apns.py --badge 1 --message "Test message" --sound "default"';
exec($cmd);

In Command line

python apns.py --badge  1 --message "Test message" --sound "default"

Reference

License

MIT License © Vinicius Souza

About

🐦 iOS Push Notifications with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published