Remove doc/words/examples/aimbot.py

[email protected] Sun, 06 Sep 2009 19:26:14 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from ivank <[email protected]>:

aimbot.py doesn't work. If you run it with logging, you'll see something like this:

{{{
2009-09-06 12:23:56-0700 [-] Log opened.
2009-09-06 12:23:56-0700 [-] aimbot.py:14: exceptions.DeprecationWarning: twisted.words.protocols.toc is deprecated since Twisted 9.0.  Use twisted.words.protocols.oscar instead.
2009-09-06 12:23:57-0700 [-] /opt/Python-latest/lib/python2.7/site-packages/twisted/words/im/__init__.py:8: exceptions.UserWarning: twisted.im will be undergoing a rewrite at some point in the future.
2009-09-06 12:23:57-0700 [Uninitialized] connection made! <<class 'twisted.internet.tcp.Client'> to ('toc.oscar.aol.com', 9898) at 16717d0>
2009-09-06 12:23:57-0700 [aimBot,client] 
                                           MYUSERNAME
2009-09-06 12:23:57-0700 [aimBot,client] toc_signon login.oscar.aol.com 5190  MYUSERNAME 0x161e0b4d20169760 english "penguin"
}}}

The account never appears online.


twisted.words.protocols.toc was deprecated in #3580.

----------
Type     : defect
Component: words
Keywords : 
Priority : normal
Nosy     : 
----------
http://twistedmatrix.com/trac/ticket/4007