No description
Find a file
2024-02-22 18:43:45 +09:00
plugins@bc8424c1c8 Updated plugins. 2024-02-22 18:43:45 +09:00
src Updated and fixed eltiebot.py, bot.py and sasl.py to use asyncio. 2024-02-22 18:41:50 +09:00
.gitignore Update .gitignore 2024-02-21 21:13:36 +09:00
.gitmodules Add plugins submodule. 2024-02-21 21:16:03 +09:00
config.json Removed elitebot dir and some other stuff 2024-02-20 14:29:15 +01:00
config.yaml Removed elitebot dir and some other stuff 2024-02-20 14:29:15 +01:00
elitebot.py Updated and fixed eltiebot.py, bot.py and sasl.py to use asyncio. 2024-02-22 18:41:50 +09:00
LICENSE pew 2024-02-18 14:25:20 +01:00
README.md Updated README.md 2024-02-20 09:46:15 +01:00
requirements.txt Add db support (W.I.P.), cookie.py and removed UseSASL requirement. 2024-02-19 18:26:40 +09:00

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.