This is an IRC bot written in Python. It connects to an IRC server, authenticates using SASL if desired, and responds to various commands.
- Clone the repository:
git clone https://github.com/ComputerTech312/EliteBot.git
- CD into the directory:
cd EliteBot
- Create a virtual envirionment.
python3 -m venv elitebot
- Activate the virtual environment:
source elitebot/bin/activate
- Install the required packages.
pip install -r requirements.txt
If you have any suggestions or improvements for the bot, feel free to create a pull request.