Irc Python Python 2.7 Sockets String Getting A "typeerror: An Integer Is Required" In My Script March 26, 2024 Post a Comment I am trying to make a botnet using Python, for educational reasons, and I keep getting the followin… Read more Getting A "typeerror: An Integer Is Required" In My Script
Irc Python Python 3.x Sockets Typeerror: Can't Concat Bytes To Str, Trying To Use Python3 January 07, 2024 Post a Comment So the following site explains how to make an irc bot, using socket, but it only works for python2,… Read more Typeerror: Can't Concat Bytes To Str, Trying To Use Python3
Bots Eval Irc Python Launching 'safe' Eval() February 06, 2023 Post a Comment I m making a irc bot https://github.com/mouuff/MouBot I would like the bot to reply the eval() when… Read more Launching 'safe' Eval()
Irc Python Python 3.x Sockets TypeError: Can't Concat Bytes To Str, Trying To Use Python3 August 01, 2022 Post a Comment So the following site explains how to make an irc bot, using socket, but it only works for python2,… Read more TypeError: Can't Concat Bytes To Str, Trying To Use Python3