ChrisEastJ / pyomegle

Automatically exported from code.google.com/p/pyomegle
0 stars 0 forks source link

Updated client, now with more working (TM) #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
2 versions:

om.py: minimal working version with updated URLS (valid Jan 2011)

omegle.py: Super Enterprise Delux client, with fancy formatting.

TODO: - IBM Websphere integration

I was worried this fixed code would be used for spambots and the Omegle guy 
would put in all kinds of irritating cookies and client authentication 
tomfoolery

BUT... Omegle is for Justin Bieber fans these days and trolling people there no 
longer sustains my blackened soul, so enjoy!

(Still if you are a Spambot Constructing Bastard and couldn't figure out how to 
use wireshark to figure out this neat little protocol, you should go back to 
your day job of chugging buckets of shit, you fuck).

Original issue reported on code.google.com by polito9000@gmail.com on 11 Jan 2011 at 2:19

Attachments:

GoogleCodeExporter commented 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:

GoogleCodeExporter commented 8 years ago
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: