473,769 Members | 2,222 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

instant messenging

Are there any instant messenging programs out there for use in a Python
app?? I've heard of Jabber, but never looke into it.
Jul 18 '05 #1
14 1993
On Fri, 19 Nov 2004 22:08:24 +0000, Lucas Raab wrote:
Are there any instant messenging programs out there for use in a Python
app?? I've heard of Jabber, but never looke into it.


Jabber is a particularly good choice if you are really looking to use it
in a *program*, i.e., programs shipping data around to other programs,
because it is the only IM protocol (AFAIK) that actually was built with
that in mind, with traditional IM being layered on top of that.

I don't know how easy it is to start with PyJabber and learn from scratch,
as I've worked with Jabber too much to have a fresh perspective. Shouldn't
be too hard, though.
Jul 18 '05 #2
Lucas Raab wrote:
Are there any instant messenging programs out there for use in a Python
app?? I've heard of Jabber, but never looke into it.


Maybe try Googling for "python instant messenging"? I note that
in the first page of results there are at least two Python
modules for the Jabber protocol...

-Peter
Jul 18 '05 #3
Peter Hansen wrote:
Lucas Raab wrote:
Are there any instant messenging programs out there for use in a
Python app?? I've heard of Jabber, but never looke into it.

Maybe try Googling for "python instant messenging"? I note that
in the first page of results there are at least two Python
modules for the Jabber protocol...

-Peter


You'd probably get better results googling for "python instant
messaging", the more common term for Jabber et al.

regards
Steve
--
http://www.holdenweb.com
http://pydish.holdenweb.com
Holden Web LLC +1 800 494 3119
Jul 18 '05 #4
Steve Holden wrote:
Peter Hansen wrote:
Lucas Raab wrote:
Are there any instant messenging programs out there for use in a
Python app?? I've heard of Jabber, but never looke into it.


Maybe try Googling for "python instant messenging"? I note that
in the first page of results there are at least two Python
modules for the Jabber protocol...

You'd probably get better results googling for "python instant
messaging", the more common term for Jabber et al.


Ah, yes. The OP's term felt weird, but I didn't consciously
note the error... and Google still found stuff! :-)

-Peter
Jul 18 '05 #5
On 2004-11-19 15:08:24 -0700, Lucas Raab <py*********@ho tmail.com> said:
Are there any instant messenging programs out there for use in a Python
app?? I've heard of Jabber, but never looke into it.


There are other instant messaging platforms, besides jabber. I use
AIM(AOL Instant Messenger) quite a bit, and here is a python
implementation: http://www.jamwt.com/Py-TOC/

I use it as a BOT, I can share my code if you care.

Hope this helps,
-Craig

Jul 18 '05 #6
Peter Hansen <pe***@engcorp. com> wrote in message news:<cn******* ***@utornnr1pp. grouptelecom.ne t>...
Lucas Raab wrote:
Are there any instant messenging programs out there for use in a Python
app?? I've heard of Jabber, but never looke into it.


Maybe try Googling for "python instant messenging"? I note that
in the first page of results there are at least two Python
modules for the Jabber protocol...

-Peter


And for even more results, try Googling for "python instant messaging".

[OT]
Aarrgghh!! What's happening to the language?
Jul 18 '05 #7
craig wrote:
On 2004-11-19 15:08:24 -0700, Lucas Raab <py*********@ho tmail.com> said:
Are there any instant messenging programs out there for use in a
Python app?? I've heard of Jabber, but never looke into it.

There are other instant messaging platforms, besides jabber. I use
AIM(AOL Instant Messenger) quite a bit, and here is a python
implementation: http://www.jamwt.com/Py-TOC/

I use it as a BOT, I can share my code if you care.

Hope this helps,
-Craig


Thank you. Please do.
Jul 18 '05 #8
On 2004-11-21 06:47:53 -0700, Lucas Raab <py*********@ho tmail.com> said:
craig wrote:
On 2004-11-19 15:08:24 -0700, Lucas Raab <py*********@ho tmail.com> said:
Are there any instant messenging programs out there for use in a Python
app?? I've heard of Jabber, but never looke into it.

There are other instant messaging platforms, besides jabber. I use
AIM(AOL Instant Messenger) quite a bit, and here is a python
implementation: http://www.jamwt.com/Py-TOC/

I use it as a BOT, I can share my code if you care.

Hope this helps,
-Craig


Thank you. Please do.


http://www.yuma.ca/wordpress/index.php?p=118

It's not remotely close to a good release, and the code isn't error
checked very well, but my bot (yumatito) has been up about 7 days now
on AIM without crashing, that's a good sign :P His torrent download
ability doesn't work yet, the code is there, but broken, as I haven't
completely grasped how the btdownload code works yet.. feel free to fix
that for me :P

Hope this helps,
Craig

Jul 18 '05 #9
craig wrote:
On 2004-11-21 06:47:53 -0700, Lucas Raab <py*********@ho tmail.com> said:
craig wrote:
On 2004-11-19 15:08:24 -0700, Lucas Raab <py*********@ho tmail.com> said:

Are there any instant messenging programs out there for use in a
Python app?? I've heard of Jabber, but never looke into it.

There are other instant messaging platforms, besides jabber. I use
AIM(AOL Instant Messenger) quite a bit, and here is a python
implementation: http://www.jamwt.com/Py-TOC/

I use it as a BOT, I can share my code if you care.

Hope this helps,
-Craig


Thank you. Please do.

http://www.yuma.ca/wordpress/index.php?p=118

It's not remotely close to a good release, and the code isn't error
checked very well, but my bot (yumatito) has been up about 7 days now on
AIM without crashing, that's a good sign :P His torrent download
ability doesn't work yet, the code is there, but broken, as I haven't
completely grasped how the btdownload code works yet.. feel free to fix
that for me :P

Hope this helps,
Craig


Ah, could you possibly have a zip file?? I looked on your site and
downloaded the BZ2 file, but I'm not sure how to extract it. I have
Cygwin for another application, but I don't know how to get the files
out the BZ2. So either a ZIP file or instructions on extracting files in
BZ2 files would be greatly appreciated.
Jul 18 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2238
by: CountScubula | last post by:
Hello everyone. Ok, a lot of people here have emailed me about instant messenger, so I took some code out of a project I buit, and posted the code. You can find it here: http://www.gzentools.com/snippetview.php?c=Concepts&v=sendim.php
3
1419
by: Lex Luthor | last post by:
Please i am looking for a instant messaging like msn or icq for my site in asp.. (a chat system but like instant messaging for my site) please help me..
0
1819
by: Lynda Kilgore | last post by:
jGu ----qtHwhORV90yyhqJMOc Content-Type: text/html; Content-Transfer-Encoding: quoted-printable <html><head><style type=3Dtext/css>.eyebrow { FONT-WEIGHT: bold; FONT-SIZE= : 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,ar= ial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DE= CORATION: none }</style><title>H</title><meta http-equiv=3DContent-Type co=
3
4747
by: Laxmikant Rashinkar | last post by:
Hi, I would like to write an instant messenger program. I thought I would use a textbox for the text, so I can easily scroll up and down. But the problem is that I cannot use multi colored text inside a text box. So is using a panel the only way out? Assuming I used drawstring() to display
0
1393
by: Colin Tiernan | last post by:
Hi, Can someone please put me right here. I've been asked to send messages to instant messenger through my asp.net 1.1 website, as a feature of a message board that I had to hand code. I don't believe this is possible. IM is a client app that accesses a private server on its own port (i.e not accessible through normal web)
4
2193
by: stpark22 | last post by:
Hello, I'm building a tracking tool using Access 2003, where my users will be entering orders that includes quantity of products sold, and cost per unit. I'm in the process of building several instant reports where they can click on a control without having to specific any criterias such as data ranges and pull up an instant report What I'm having trouble with is building reports that will compute totals by certain dates (Totals For...
3
1426
by: MagicKat | last post by:
Can you explain what they mean by "instant member" for instance, in the article about arraylists, it says it's thread safe but it's instant members are not. What does that mean? http://msdn2.microsoft.com/en-us/library/system.collections.arraylist.aspx
3
2333
by: cleary1981 | last post by:
Hi Can anyone advise me on a good istant messenging tool for intranet use. They had one where I used to work that was a lotus notes add-in that was brilliant.
0
9590
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9424
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10000
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9866
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8879
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5310
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3968
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.