Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 677 Bytes

documentation.md

File metadata and controls

12 lines (8 loc) · 677 Bytes

QuIRC Documentation

1. What is QuIRC

QuIRC is an event-driven IRC bot system written in pure Python. You only need what's included in the files and will be create all the needed functions mostly automatically

2. How to set up

You can set it up by looking on lines 18-22 of bot.py and changing 0 to 1 on any fucntions you like. Please note that only weather bot is disabled by default as you need to get an api key for this to work from https://home.openweathermap.org/api_keys and enter it on line 55. We are working on more user friendly alternatives

3. How to change config

Follow set up instructions again and restart the bot - I have a better system planned