Open GoogleCodeExporter opened 8 years ago
I thought it would be interesting to bundle the message receiving code in a
generator, and the whole Omegle connection code in a class.
Here is the class-ified version of the code for any random person who wants it.
In the end I think omegle.py in the comment above and the original version by
propasc are both much simpler.
Original comment by polito9000@gmail.com
on 13 Jan 2011 at 9:02
Attachments:
In regards to issue 4 by polito9000 13 Jan 2011, line 52 of omeglecon.py should
be:
urlopen('http://promenade.omegle.com/send',
'&msg='+msg_text+'&id='+self.id).close()
and NOT
urlopen('http://promenade.omegle.com/send', '&msg='+msg+'&id='+self.id).close()
Original comment by Zedlakit...@hotmail.com
on 7 May 2011 at 3:48
Attachments:
Original issue reported on code.google.com by
polito9000@gmail.com
on 11 Jan 2011 at 2:19Attachments: