L
Lucas Raab
Are there any instant messenging programs out there for use in a Python
app?? I've heard of Jabber, but never looke into it.
app?? I've heard of Jabber, but never looke into it.
Lucas 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.
Peter said: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
Are there any instant messenging programs out there for use in a Python
app?? I've heard of Jabber, but never looke into it.
Steve said:You'd probably get better results googling for "python instant
messaging", the more common term for Jabber et al.
Are there any instant messenging programs out there for use in a Python
app?? I've heard of Jabber, but never looke into it.
Peter Hansen said: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
craig said: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.
craig said: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 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
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.
JanC said:Lucas Raab schreef:
I think Cygwin has bzip2 & tar to extract files from .bz2 archives?
If you prefer a GUI application, try 7-Zip:
<http://www.7-zip.org/>
(version 3.13, don't use 4.x yet)
First run bunzip2 and you will get the tar file, then run tar xf and youLucas said:It does have both of those, but I;m not sure how to get them to act in
concert with each other.
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.
craig said:http://www.yuma.ca/wordpress/index.php?p=118
All done, there is a ZIP file there. I tried to email you off list,
but it seemed to not go so well, so I'm posting here.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.