#Bird
Bird is a project to facilitate the integration of push messages on any system. Enjoy and send your pull request.
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"
MIT License © Vinicius Souza