Bad Bots is a simple socket-based chat system built in Python.
It consists of a custom TCP server and a TCP client communicating over localhost.
The server responds using a set of rule-based “bots” that react to keywords in user messages.
The project was originally part of a networking course assignment, and I include it here to demonstrate foundational understanding of:
TCP Server
127.0.0.1:12345