Sinisterly
Python IRC bot (uses Tor) - Source - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Python (https://sinister.ly/Forum-Python)
+--- Thread: Python IRC bot (uses Tor) - Source (/Thread-Python-IRC-bot-uses-Tor-Source)



Python IRC bot (uses Tor) - Source - amus3d - 04-02-2013

[Image: uhm88xT.png]


Hello. Because I am the best hecker ever, I will be releasing my IRC bot coded in, well this is the 'Python section' so obviously it is coded in, Python.

This is very simple to use, because I have given it a skiddy user interface for you kids, if you know how to use sockets in Python - read the code.

Before running you will need the following Python modules:

socks - http://sourceforge.net/projects/socksipy/
TorCtl - https://github.com/aagbsn/torctl


As MyBB fucks up with Python (because white-spaces matter in Python, hurr), here is a PasteBin link to it: http://pastebin.com/Qi1UMwes

I do not give a shit what you think of the 'code's syntax', or how I have laid it out.


RE: Python IRC bot (uses Tor) - Source - Sabu - 04-02-2013

This is bad and you should feel bad.


RE: Python IRC bot (uses Tor) - Source - w00t - 04-02-2013

One, why the hell do you signal for a new ID every run. That's pointless.

Two, why do you say the port has a default when it doesn't? That's misleading and lazy.


RE: Python IRC bot (uses Tor) - Source - amus3d - 04-02-2013

(04-02-2013, 09:24 PM)w00t Wrote: One, why the hell do you signal for a new ID every run. That's pointless.

Two, why do you say the port has a default when it doesn't? That's misleading and lazy.


1. wtf are you smoking?

2. 6667 is the common port for IRC.

(04-02-2013, 08:26 PM)Sabu Wrote: This is bad and you should feel bad.

Sorry master sabu.

You are the best man.


RE: Python IRC bot (uses Tor) - Source - w00t - 04-03-2013

(04-02-2013, 11:41 PM)amus3d Wrote:
(04-02-2013, 09:24 PM)w00t Wrote: One, why the hell do you signal for a new ID every run. That's pointless.

Two, why do you say the port has a default when it doesn't? That's misleading and lazy.


1. wtf are you smoking?

2. 6667 is the common port for IRC.

Nothing. Lighting shit on fire and inhaling isn't my thing.

Yes, I'm well aware, but you shouldn't say it's the default if you don't have it as the default.