Python IRC Bot

Gameprochampion

Got the moves like Jagger!
Joined
Aug 6, 2011
Messages
328
Reaction score
351
Today I made an IRC Bot from scratch, it could tell the exact time down to the millisecond, the date, respond to the chat, and prevent flood. But after a while I realized it's very insufficent way of doing it, so I've decided to move onto a Python library which I will start tomorrow and complete learning in a few days. If I read a lot hopefully one. After that I will start a complete IRC Bot, which will be able to respond and engage in chat such as GmKBot, be able to play many games (Possibly using other bot scripts and attaching it to this bot), make google searches, etc.

Any more ideas? Please post them here.
 

Swate

Llamasaur!
Joined
Aug 6, 2011
Messages
589
Reaction score
1,920
Hmm..
You could make it so the bot can do maths equations :3 Even though that'd be completely pointless.
Just wire it up to a calculator or something (I'm no bottist D: )
You could even make it come up with witty remarks while it's calculating the answer XD

Swate: PythonBot, what is x=1+1?
PythonBot: Calculating. That is, calculating your mum's size.
Swate: OI!
PythonBot: Just kidding (not), the answer is 2.
 

Gameprochampion

Got the moves like Jagger!
Joined
Aug 6, 2011
Messages
328
Reaction score
351
Hmm..
You could make it so the bot can do maths equations :3 Even though that'd be completely pointless.
Just wire it up to a calculator or something (I'm no bottist D: )
You could even make it come up with witty remarks while it's calculating the answer XD

Swate: PythonBot, what is x=1+1?
PythonBot: Calculating. That is, calculating your mum's size.
Swate: OI!
PythonBot: Just kidding (not), the answer is 2.
Can be done quite easily actually. Since python has a built in calculator, I just need to make it multiply/divide/add/subtract some variables I tell it to.I'm also sure there is a dictionary library or something somewhere. Still working on some way to connect it to twitter. I'll probably ask cazzar how he made it display notch's posts, and just expand on that.
 
Top