• Hi!

    I’ve been working on a IM notify idea for wordpress for a while now and it’s getting to a stage where I’ll soon be testing the service (first on my blog and when bugs etc are corrected I’ll make it possible for others to use this service).

    The idea
    The idea is to allow users to register to your blog and get updates to their IM’s about new posts/updates.

    Example:
    You register to the blog ‘Blogtastic’ that allows users to get notifications through IM (with a small plugin that I’ll write when the service works as expected). The user registers his/her MSN account to the site.

    When the admin of ‘Blogtastic’ writes a new post, the bot receives a normal ping from your wordpress blog. That ping tells the bot to fetch all the users registered to that blog and fetches the new post using the normal rss-feed. That feed (containing the title, link and description) is sent to the users registered to ‘Blogtastic’.

    Thoughts
    Currently the above works about 80%, in other words, some more coding needs to be done before it should work perfectly. Like if the user isn’t online at the time, he’ll get the notice when he goes online and so on.

    There’s some commands, like fetching the latest post (will work on this one so that you can specify how many posts you want to fetch) as easy as just writing to a short command to the bot. But what other commands would be needed for this service?

    Are there other feedbacks on my idea? Is it a good idea and would you offer it to your users? Anything else you’d like to share on this matter?

    Currently the development can be followed through my blog ( http://xintron.se/notebook/category/pythonbot/ ). That’s about it 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • That is an awesome idea. I would love to have this plugin. Will it work with gtalk, yahoo, and AIM?

    If there is some way that the notifying can be held back in some way? And an option that someone can block the notifying on certain occasions? Or if that can be utilized with the messenger program, that would be great.

    I have a blog that reviews plugins and themes. email me when it gets done or if you want me to talk about the beta.

    Thread Starter xintron

    (@xintron)

    @stephaniev: Yes, it will work with XMPP/Jabber (including Google Talk), MSN Messenger, Yahoo! Messenger, AIM and ICQ.

    @jouble: Well, it’s a good idea, saying “I don’t want notifies during 18.00-22.00 mon-wed”. It’s possible and I’ll add that as a later feature since it’s not the most important function for now.

    I will contact you when I’ve got a alpha running on my blog. Then later on I need some beta testers to see how the bot handles more blogs at the time. Unless the bot gets 10 request at the same time I’m sure it should be able to handle at LEAST 1 request / 2seconds (will probably be able to handle much more than that, but I have to guess at some level right).

    Although, even if the bot would get 10 pings at the same time, they’ll just be put in a queue so that should work as well without problems, but following Murphy’s law, “if anything can go wrong, it will”. 🙂

    Thread Starter xintron

    (@xintron)

    I’ve got an idea that I would like response on. Should the bot only notify users when they’re online (status online) or also when away/busy and so on? Currently I’m working on getting the bot to only notify when the user has the status online (in other words, if there’s a new update the user will get that update as soon as he/she gets online/changes his/her status to online). Is that a good way to do it? Feedback.

    http://wordpress.org/extend/plugins/xmpp-sender/ look for this plugin. It works :)) And next version will sent notifications in case of new messages (in testing now )

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘IM notifier?’ is closed to new replies.