Bird icon indicating copy to clipboard operation
Bird copied to clipboard

:bird: iOS Push Notifications with Python

#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