Bitcoin Forum

Economy => Services => Topic started by: MovieBTC on October 14, 2016, 04:03:43 PM



Title: App Notification for my website ???
Post by: MovieBTC on October 14, 2016, 04:03:43 PM
Hello! is it possible to get notification's on my phone using a app such as "Signal" or "Wicker" everytime my website get's a "order"?


Title: Re: App Notification for my website ???
Post by: n691309 on October 14, 2016, 04:31:11 PM
Hello! is it possible to get notification's on my phone using a app such as "Signal" or "Wicker" everytime my website get's a "order"?

A cheaper way to get phone notifications is by sending you an email every time someone make an "order", you get email notifications that someone ordered in your website. Thank me later.


Title: Re: App Notification for my website ???
Post by: MovieBTC on October 14, 2016, 04:35:42 PM
Hello! is it possible to get notification's on my phone using a app such as "Signal" or "Wicker" everytime my website get's a "order"?

A cheaper way to get phone notifications is by sending you an email every time someone make an "order", you get email notifications that someone ordered in your website. Thank me later.

i wanna try to keep it as "encrypted" as possible, my Iphone won't support the Email i'm using (it requires Java for the PGP), so i thought that a APP might do the trick ?


Title: Re: App Notification for my website ???
Post by: Patatas on October 14, 2016, 04:50:42 PM
i wanna try to keep it as "encrypted" as possible, my Iphone won't support the Email i'm using (it requires Java for the PGP), so i thought that a APP might do the trick ?
Which Email do you use ? To make things much simple and more economical,just get a gmail address,get a python script written to automate the process of sending emails to your gmail account as new orders are posted.Shouldn't take more than 2 hours for a good programmer to write the script using smptlb module.The app idea is useless just for sending notifications.


Title: Re: App Notification for my website ???
Post by: buxlover on October 15, 2016, 05:54:54 AM
Yep its much simpler to do, Just write some code to add extra code to pull from your website at a set of particular periods, or get some push server and code your app to receive the broadcast.

The pull method is cheaper and faster to code but it uses resource of the mobile, but the later is nearly same but you need to rent a push server.

But the easiest way is to get mail notification from your website, if you do not use gmail, create one and integrate your current email to that gmail account to get notification

Some out of box method, you can catch the mail from your website in gmail app and show notification in your app, which would be more cheaper.


Title: Re: App Notification for my website ???
Post by: drwtsn32 on October 15, 2016, 10:47:25 AM
Assuming you are the one who coded your own website, you could integrate this simple, open-source web service. It's called Socket.IO.
Link here: http://socket.io/

Good luck and you're welcome.


Title: Re: App Notification for my website ???
Post by: MovieBTC on October 15, 2016, 05:56:38 PM
i know Email would be much easier, but i'd prefer to get notifications on Wickr, i'd be happy to pay anyone who could make it .


Title: Re: App Notification for my website ???
Post by: GoodMorningVietnam on October 15, 2016, 06:01:34 PM
i know Email would be much easier, but i'd prefer to get notifications on Wickr, i'd be happy to pay anyone who could make it .

Sent you a PM.
Please check your inbox! :)

Thanks.


Title: Re: App Notification for my website ???
Post by: Ditto on October 15, 2016, 07:48:24 PM
i know Email would be much easier, but i'd prefer to get notifications on Wickr, i'd be happy to pay anyone who could make it .
The problem with Wickr is that it doesn't provide an API for a program to send messages on the platform. If you're okay with something like Telegram, this can be done pretty easily.


Title: Re: App Notification for my website ???
Post by: MovieBTC on October 16, 2016, 12:21:16 PM
i know Email would be much easier, but i'd prefer to get notifications on Wickr, i'd be happy to pay anyone who could make it .
The problem with Wickr is that it doesn't provide an API for a program to send messages on the platform. If you're okay with something like Telegram, this can be done pretty easily.

Actually, Telegram might work !


Title: Re: App Notification for my website ???
Post by: david chritopheria on October 16, 2016, 12:22:29 PM
you can go through website it easy in mobile


Title: Re: App Notification for my website ???
Post by: Ditto on October 16, 2016, 03:55:38 PM
Actually, Telegram might work !
Then I can definitely set this up for you. Shoot me a PM with the details.