No description
|
||
---|---|---|
plugins@80152d3002 | ||
src | ||
.gitignore | ||
.gitmodules | ||
config.json | ||
config.yaml | ||
elitebot.py | ||
LICENSE | ||
README.md | ||
requirements.txt |
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.
- 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
Contributing
If you have any suggestions or improvements for the bot, feel free to create a pull request.