All Projects → vsouza → Bird

vsouza / Bird

Licence: other
🐦 iOS Push Notifications with Python

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

#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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].