Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 526 Bytes

README.rst

File metadata and controls

22 lines (12 loc) · 526 Bytes

Hexabot is a minimal IRC BOT by Grégoire Cutzach Aka Hexaltation Based on Sean Golin's Tutorial https://linuxacademy.com/blog/geek/creating-an-irc-bot-with-python3/

Python 3.6 or higher is required.

It requires a mysql database. You can import the hexabot.sql file doing :

mysql -u <username> -p <databasename> < <filename.sql>

From today you have to change db and irc connections parameters in my_irc_bot.py file. Soon it will be fixed into config.py

After configuration is done do :

python3.6 setup.py build

Enjoy