Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 433573
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T20:11:15+00:00 2026-05-12T20:11:15+00:00

I had an idea that would require me be able to send and receive

  • 0

I had an idea that would require me be able to send and receive messages via the standard messenger protocols such as msn, icq, aim, skype, etc…

I am currently only familiar with PHP and Python and would thus enjoy a library which I can access from said languages. I have found phurple (http://sourceforge.net/projects/phurple/) for php and python-purple (http://developer.pidgin.im/wiki/PythonHowTo) which don’t seem to be to up to date. What would you guys suggest to do? My goal will be to write a webapplication in a distant way like meebo.com

The answer should include a tutorial or example implementation and a decent documentations.. the pidgin.im doesn’t really have a useful tutorial..

alternativly you can also just tell me different kinds of implementations, so that I would build my own class out of an existing icq, aim, msn etc implementation.

An example of how to connect to an account (login) and then sending one message would be the ultimate help!

Come one guys 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T20:11:15+00:00Added an answer on May 12, 2026 at 8:11 pm

    Here is how to connect to the Pidgin DBus server.

    #!/usr/bin/env python
    import dbus
    
    bus = dbus.SessionBus()
    
    if "im.pidgin.purple.PurpleService" in bus.list_names():
        purple = bus.get_object("im.pidgin.purple.PurpleService",
                "/im/pidgin/purple/PurpleObject",
                "im.pidgin.purple.PurpleInterface")
    
        print "Connected to the pidgin DBus."
        for conv in purple.PurpleGetIms():
            purple.PurpleConvImSend(purple.PurpleConvIm(conv), "Ignore this message.")
    
    else:
        print "Could not find piding DBus service, make sure Pidgin is running."
    

    Don’t know if you have seen this, but here is the official python DBus tutorial: link.

    EDIT: Re-adding link to the pidgin dev wiki. It teaches you everything I posted above,
    just scroll further down the page. http://developer.pidgin.im/wiki/PythonHowTo

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 294k
  • Answers 294k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer git rev-list old-revision..new-revision That shows newest-first. If you want oldest-first,… May 13, 2026 at 6:38 pm
  • Editorial Team
    Editorial Team added an answer Cocoa follows the Model-View-Controller design pattern, so your reasoning as… May 13, 2026 at 6:38 pm
  • Editorial Team
    Editorial Team added an answer DataReceived can fire at any time one or more bytes… May 13, 2026 at 6:38 pm

Related Questions

I'm working on a personal project and I'd love to be able to say
I have a system that requires a unique 6-digit code to represent an object,
I was wondering if something exists (in Java world) able to take an snapshot
At work I use ClearCase and SourceSafe, but have found some time to do

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.