EliteBot/README.md
2024-02-20 09:46:15 +01:00

34 lines
656 B
Markdown

# 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:
```bash
git clone https://github.com/ComputerTech312/EliteBot.git
```
2. CD into the directory:
```bash
cd EliteBot
```
3. Create a virtual envirionment.
```bash
python3 -m venv elitebot
```
4. Activate the virtual environment:
```bash
source elitebot/bin/activate
```
5. Install the required packages.
```bash
pip install -r requirements.txt
```
## Contributing
If you have any suggestions or improvements for the bot, feel free to create a pull request.