Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 656 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 656 Bytes

IRC Bot

This is an IRC bot written in Python. It connects to an IRC server, authenticates using SASL if desired, and responds to various commands.

Installation.

  1. Clone the repository:
git clone https://github.com/ComputerTech312/EliteBot.git
  1. CD into the directory:
cd EliteBot
  1. Create a virtual envirionment.
python3 -m venv elitebot
  1. Activate the virtual environment:
source elitebot/bin/activate
  1. Install the required packages.
pip install -r requirements.txt

Contributing

If you have any suggestions or improvements for the bot, feel free to create a pull request.