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

Latest commit

 

History

History
31 lines (19 loc) · 827 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 827 Bytes

#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