A simple IRC client written in python for my term project, written for Linux. You can connect to public IRC servers over SSL and chat
- Clone repo
git clone https://github.com/tvlpirb/slick-irc
- Install the required dependencies
pip install -r requirements.txt
NOTE: It is important that your system runs GNU/Linux. This program does not work on windows properly and I'm unable to test it on macos.
To run simply open the client.py file in the terminal as follows python client.py
Check out the commands.md file
- Download an IRC server, preferably Ergo and configure it to localhost
- Develop!