Skip to content

hexaltation/hexabot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A minimal IRC bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published