About Alex Long

Hi, I'm Alex. I'm a young computer and tech enthusiast, focused on bringing the best of tech news and hacking to the table. I'll teach anyone who's willing to learn all that I know .about tech.

Alex Long's Latest Posts

Forum Thread : Python IRC Bot, source v2

#!/usr/bin/env python2.7 import sys #List of pre-made libararies to import import socket import string import re from time import sleep safe = ['AlexLong'] #Users that can control the bots actions #Global Variables host="irc.freenode.org" #This is the IRC server variable. p ...more

Community Byte 1 : nullbot.py (IRC robot | source)

Here is the source code to the nullbot.py IRC bot that was made on 10/21/2011 in #nullbytez. #!/usr/bin/env python2.7 import sys #List of pre-made libararies to import import socket import string from time import sleep #Global Variables host="irc.freenode.net" #This is the ...more

  • Hot
  • Latest