معرفی شرکت ها


PushedPy-0.0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Python wrapper for the Pushed.co API
ویژگی مقدار
سیستم عامل OS Independent
نام فایل PushedPy-0.0.2
نام PushedPy
نسخه کتابخانه 0.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mick Rasmussen
ایمیل نویسنده mira19@guldborgsund.dk
آدرس صفحه اصلی https://github.com/mickras/PushedPy
آدرس اینترنتی https://pypi.org/project/PushedPy/
مجوز -
# PushedPy PushedPy is a simple Python wrapper for the Pushed.co API, that allows you to send push notifications, in real-time, to iOS and Android devices + Chrome, Firefox and Safari browsers. To send push notifications through Pushed.co, you need two things: * Create an account on https://pushed.co/ * If you want to send push notifications to a mobile device, you need to download the Pushed.co app to the device. Pushed.co is a paid service, but they offer a sandbox plan that gives you the ability to send up to 1.000 messages pr. month, for free. ## Basic usage To send a push notification in it's simplest form, simply do: ``` import Pushed pushed_obj = Pushed("MyAppKey", "MyAppSecret") r = pushed_obj.Notification("My message to send as a push notification") print(r) ``` To send a push notification including an attached URL, add the URL when calling the Notification function: ``` r = pushed_obj.Notification("My push message", "http://mysite.com") ```


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl PushedPy-0.0.2:

    pip install PushedPy-0.0.2.whl


نصب پکیج tar.gz PushedPy-0.0.2:

    pip install PushedPy-0.0.2.tar.gz