Skip to content

sqall01/qllbot

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 4 commits ahead, 2 commits behind qll:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

qllbot - Python powered IRC bot

License: BSD

This bot requires Python 3 to work properly.

Check the qllbot wiki if you have any questions or want to learn how to develop modules. It is super simple!

Feel free to email me if you need support.

Configuration & first run

There is not much configuration required to get the bot started, just check the settings.py. Most of the default settings should be okay and everything is well documented, so you will know what you change if you change something.

You can start the bot with $ python3 qllbot.py and it will connect to the IRC-Server you have set up.

Run as background process

Forking qllbot to a background process is as simple as adding the -d flag to its parameters. Example: $ python3 qllbot.py -d.

About

Python 3 IRC chat bot with focus on easy module development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%