To get stewardbot running locally, you'll need to do the following:
- Create
stewardbot
database at your local MySQL database server - Populate the table with
/StewardBot/provision_database.sql
- Copy config_sample.py to config.py
- Fill in the details of your IRC account to the newly-created config.py file
- Make sure you have a
~/.my.cnf
file created with your database credential. Look below for the structure. - You should be done!
[client]
host = 127.0.0.1
user = stewardbot
password = securepassword