Bitcoin Forum

Economy => Services => Topic started by: btcscriptpremium on September 06, 2015, 03:32:56 AM



Title: Topic notifier service
Post by: btcscriptpremium on September 06, 2015, 03:32:56 AM
Vod suggested I made a service to either charge monthly or permanently, to notify email on topic notifications, so I am doing this.
Basically the script checks for your username on the patrol page, and if your username is mentioned (or any string), it can send an email to you to notify.


Title: Re: Topic notifier service
Post by: Vod on September 06, 2015, 03:39:58 AM
Vod suggested I made a service to either charge monthly or permanently, to notify email on topic notifications, so I am doing this.
Basically the script checks for your username on the patrol page, and if your username is mentioned (or any string), it can send an email to you to notify.


Keep in mind my suggestion has no monetary guarantee.  :)

I do think it's a good idea.


Title: Re: Topic notifier service
Post by: btcscriptpremium on September 06, 2015, 03:42:48 AM
Vod suggested I made a service to either charge monthly or permanently, to notify email on topic notifications, so I am doing this.
Basically the script checks for your username on the patrol page, and if your username is mentioned (or any string), it can send an email to you to notify.


Keep in mind my suggestion has no monetary guarantee.  :)

I do think it's a good idea.
Of course, I am just testing the waters and seeing if people will be interested.


Title: Re: Topic notifier service
Post by: Quickseller on September 06, 2015, 04:14:24 AM
*the patrol page will only list posts either made or quoted by newbies. In order for this to work when users who are not newbies post your username, the script will need to check every new post


Title: Re: Topic notifier service
Post by: btcscriptpremium on September 06, 2015, 05:29:46 AM
*the patrol page will only list posts either made or quoted by newbies. In order for this to work when users who are not newbies post your username, the script will need to check every new post
Ohhhhhh, maybe I have to go to unread replies, then check the latest post from each. Or is there something like patrol but for everyone?


Title: Re: Topic notifier service
Post by: Blazr on September 06, 2015, 10:42:52 AM
The way I do his is by setting up a Google Alert for my username. I then have a script then that deletes alerts that happen whenever I make a new post.

Alerts can sometimes take a few days though.


Title: Re: Topic notifier service
Post by: Undermood on September 06, 2015, 11:58:16 AM
I don't need the notifications from all of the boards, such as off topic, local etc. So I just set up the required board notifications under "Modify Profile> Notifications and Email ". Then once I get notification, my mobile phone will alert me.


Title: Re: Topic notifier service
Post by: Vod on September 07, 2015, 02:40:12 AM
Please allow an easy way to block a user or user group from notifying you.   I'd hate to be constantly hit with spam from a butt hurt scammer.



Title: Re: Topic notifier service
Post by: btcscriptpremium on September 07, 2015, 02:42:29 AM
Please allow an easy way to block a user or user group from notifying you.   I'd hate to be constantly hit with spam from a butt hurt scammer.


Hmm I don't know how I would do this. With the html DOM, I would have to accept that the username is there, and then look for the username that posted it in the ID. It would be very laggy.


Title: Re: Topic notifier service
Post by: unamis76 on September 12, 2015, 10:19:48 PM
*the patrol page will only list posts either made or quoted by newbies. In order for this to work when users who are not newbies post your username, the script will need to check every new post
Ohhhhhh, maybe I have to go to unread replies, then check the latest post from each. Or is there something like patrol but for everyone?


Just use the Recent Posts (https://bitcointalk.org/index.php?action=recent) page. Didn't even knew "patrol" page existed :D Seems a bit redundant when Recent page exists.


Title: Re: Topic notifier service
Post by: prodigy8 on September 12, 2015, 10:33:15 PM
If the number of users start to use your "script", will there be any long delay in notifying users? What is the current delay now from mentioning to a sent email.